Html Css Color HEX #42B05C Chateau Green

📋 copy color: '#42B05C'

red 66 ◦ green 176 ◦ blue 92

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

Shades of Chateau Green #42B05C

Tints of Chateau Green #42B05C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.69%

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

R = 19.76%
G = 52.69%
B = 27.54%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#42B05C (or 0x42B05C) is known color: Chateau Green. HEX triplet: 42, B0 and 5C. RGB value is (66,176,92). Sum of RGB (Red+Green+Blue) = 66+176+92=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 176 (69.14% from 255 or 52.69% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 176 - color contains mainly: green. Hex color #42B05C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B05C is #BD4FA3. Grayscale: #858585. Windows color (decimal): -12406692 or 6074434. OLE color: 6074434.

HSL color Cylindrical-coordinate representation of color #42B05C: hue angle of 134.18º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42B05C is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 176 92 -
CMYK 0.62 0 0.48 0.31
HSL 134.18º 0.45% 0.47% -
HSV(B) 134.18º 0.63% 0.69% -
XYZ 19.7 32.98 15.45 -
YUV 133.53 104.56 79.83 -
System Red Green Blue C M Y K H S L
Decimal 66 176 92 0.62 0 0.48 0.31 134.18 0.45 0.47
Hex 42 B0 5C 3E 0 30 1F 86 2D 2F
Octal 102 260 134 76 0 60 37 206 55 57
Binary 1000010 10110000 1011100 111110 0 110000 11111 10000110 101101 101111

Color Harmonies of #42B05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B05C

Black with #42B05C

Text Example


Text Example

White with #42B05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42B05C; }

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

 H1.HeaderClassName
 {
   color: #42B05C;
 }
 .AnyTagClassName
 {
   color: #42B05C;
 }
</style>

background-color css

<style>
 a { background-color: #42B05C; }

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

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

border-color css

<style>
 span { border-color: #42B05C; }

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

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