Html Css Color HEX #42925C Chateau Green

📋 copy color: '#42925C'

red 66 ◦ green 146 ◦ blue 92

#42925C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #42925C

Tints of Chateau Green #42925C

RGB

 RED value IS 66 (26.17% from 255) = 21.71%

 GREEN value IS 146 (57.42% from 255) = 48.03%

 BLUE value IS 92 (36.33% from 255) = 30.26%

R = 21.71%
G = 48.03%
B = 30.26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#42925C (or 0x42925C) is known color: Chateau Green. HEX triplet: 42, 92 and 5C. RGB value is (66,146,92). Sum of RGB (Red+Green+Blue) = 66+146+92=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #42925C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42925C is #BD6DA3. Grayscale: #747474. Windows color (decimal): -12414372 or 6066754. OLE color: 6066754.

HSL color Cylindrical-coordinate representation of color #42925C: hue angle of 139.5º 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 #42925C is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 146 92 -
CMYK 0.55 0 0.37 0.43
HSL 139.5º 0.38% 0.42% -
HSV(B) 139.5º 0.55% 0.57% -
XYZ 14.46 22.49 13.7 -
YUV 115.92 114.5 92.39 -
System Red Green Blue C M Y K H S L
Decimal 66 146 92 0.55 0 0.37 0.43 139.5 0.38 0.42
Hex 42 92 5C 37 0 25 2B 8C 26 2A
Octal 102 222 134 67 0 45 53 214 46 52
Binary 1000010 10010010 1011100 110111 0 100101 101011 10001100 100110 101010

Color Harmonies of #42925C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42925C

Black with #42925C

Text Example


Text Example

White with #42925C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42925C;
 }
 .AnyTagClassName
 {
   color: #42925C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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