#42934E

Color #42934E Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #42934E

Tints of Chateau Green #42934E

Color information

#42934E (or 0x42934E) is unknown color: approx Chateau Green. HEX triplet: 42, 93 and 4E. RGB value is (66,147,78). Sum of RGB (Red+Green+Blue) = 66+147+78=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #42934E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42934E is #BD6CB1. Grayscale: #737373. Windows color (decimal): -12414130 or 5149506. OLE color: 5149506.

HSL color Cylindrical-coordinate representation of color #42934E: hue angle of 128.89º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42934E is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB6614778-
CMYK0.5500.470.42
HSL128.89º38.03%41.76%-
HSV(B)128.89º55.1%57.65%-
XYZ14.0622.5810.82-
YUV114.92107.1693.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 147 (57.81% from 255) = 50.52%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=22.68%
G=50.52%
B=26.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66147780.5500.470.42128.8938.0341.76
Hex42934E3702F2A81262a
Octal10222311667057522014652
Binary1000010100100111001110110111010111110101010000001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42934E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42934E; }

 p { color: rgb(66,147,78); }

 H1.HeaderClassName
 {
   color: #42934E;
 }
 .AnyTagClassName
 {
   color: #42934E;
 }
</style>
background-color css

<style>
 a { background-color: #42934E; }

 a { background-color: rgb(66,147,78); }

 div.DivClassName
 {
   background-color: #42934E;
 }
 .BgClassName
 {
   background-color: #42934E;
 }
</style>
border-color css

<style>
 span { border-color: #42934E; }

 span { border-color: rgb(66,147,78); }

 td.TdClassName
 {
   border-color: #42934E;
 }
 .TagClassName
 {
   border-color: #42934E;
 }
</style>