#42945B

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

Shades of Chateau Green #42945B

Tints of Chateau Green #42945B

Color information

#42945B (or 0x42945B) is unknown color: approx Chateau Green. HEX triplet: 42, 94 and 5B. RGB value is (66,148,91). Sum of RGB (Red+Green+Blue) = 66+148+91=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #42945B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42945B is #BD6BA4. Grayscale: #757575. Windows color (decimal): -12413861 or 6001730. OLE color: 6001730.

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

Color convert

RGB6614891-
CMYK0.5500.390.42
HSL138.29º38.32%41.96%-
HSV(B)138.29º55.41%58.04%-
XYZ14.7223.0913.58-
YUV116.98113.3391.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 148 (58.20% from 255) = 48.52%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=21.64%
G=48.52%
B=29.84%

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
Decimal66148910.5500.390.42138.2938.3241.96
Hex42945B370272A8a262a
Octal10222413367047522124652
Binary1000010100101001011011110111010011110101010001010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42945B; }

 p { color: rgb(66,148,91); }

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

<style>
 a { background-color: #42945B; }

 a { background-color: rgb(66,148,91); }

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

<style>
 span { border-color: #42945B; }

 span { border-color: rgb(66,148,91); }

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