#42925B

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

Shades of Chateau Green #42925B

Tints of Chateau Green #42925B

Color information

#42925B (or 0x42925B) is unknown color: approx Chateau Green. HEX triplet: 42, 92 and 5B. RGB value is (66,146,91). Sum of RGB (Red+Green+Blue) = 66+146+91=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #42925B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42925B is #BD6DA4. Grayscale: #737373. Windows color (decimal): -12414373 or 6001218. OLE color: 6001218.

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

Color convert

RGB6614691-
CMYK0.5500.380.43
HSL138.75º37.74%41.57%-
HSV(B)138.75º54.79%57.25%-
XYZ14.4122.4713.48-
YUV115.8111492.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 146 (57.42% from 255) = 48.18%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=21.78%
G=48.18%
B=30.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66146910.5500.380.43138.7537.7441.57
Hex42925B370262B8b262a
Octal10222213367046532134652
Binary1000010100100101011011110111010011010101110001011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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