Html Css Color HEX #42B261 Chateau Green

📋 copy color: '#42B261'

red 66 ◦ green 178 ◦ blue 97

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

Shades of Chateau Green #42B261

Tints of Chateau Green #42B261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.2%

 BLUE value IS 97 (38.28% from 255) = 28.45%

R = 19.35%
G = 52.2%
B = 28.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#42B261 (or 0x42B261) is known color: Chateau Green. HEX triplet: 42, B2 and 61. RGB value is (66,178,97). Sum of RGB (Red+Green+Blue) = 66+178+97=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #42B261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B261 is #BD4D9E. Grayscale: #878787. Windows color (decimal): -12406175 or 6402626. OLE color: 6402626.

HSL color Cylindrical-coordinate representation of color #42B261: hue angle of 136.61º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B261 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 178 97 -
CMYK 0.63 0 0.46 0.30
HSL 136.61º 0.46% 0.48% -
HSV(B) 136.61º 0.63% 0.7% -
XYZ 20.32 33.86 16.77 -
YUV 135.28 106.39 78.59 -
System Red Green Blue C M Y K H S L
Decimal 66 178 97 0.63 0 0.46 0.30 136.61 0.46 0.48
Hex 42 B2 61 3F 0 2E 1E 89 2E 30
Octal 102 262 141 77 0 56 36 211 56 60
Binary 1000010 10110010 1100001 111111 0 101110 11110 10001001 101110 110000

Color Harmonies of #42B261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B261

Black with #42B261

Text Example


Text Example

White with #42B261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,178,97); }

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

background-color css

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

 a { background-color: rgb(66,178,97); }

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

border-color css

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

 span { border-color: rgb(66,178,97); }

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