#42935A

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

Shades of Chateau Green #42935A

Tints of Chateau Green #42935A

Color information

#42935A (or 0x42935A) is unknown color: approx Chateau Green. HEX triplet: 42, 93 and 5A. RGB value is (66,147,90). Sum of RGB (Red+Green+Blue) = 66+147+90=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #42935A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42935A is #BD6CA5. Grayscale: #747474. Windows color (decimal): -12414118 or 5935938. OLE color: 5935938.

HSL color Cylindrical-coordinate representation of color #42935A: hue angle of 137.78º 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 #42935A is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB6614790-
CMYK0.5500.390.42
HSL137.78º38.03%41.76%-
HSV(B)137.78º55.1%57.65%-
XYZ14.5322.7613.3-
YUV116.28113.1692.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 147 (57.81% from 255) = 48.51%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=21.78%
G=48.51%
B=29.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66147900.5500.390.42137.7838.0341.76
Hex42935A370272A8a262a
Octal10222313267047522124652
Binary1000010100100111011010110111010011110101010001010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42935A; }

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

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

<style>
 a { background-color: #42935A; }

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

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

<style>
 span { border-color: #42935A; }

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

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