Html Css Color HEX #42B15A Chateau Green

📋 copy color: '#42B15A'

red 66 ◦ green 177 ◦ blue 90

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

Shades of Chateau Green #42B15A

Tints of Chateau Green #42B15A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 53.15%

 BLUE value IS 90 (35.55% from 255) = 27.03%

R = 19.82%
G = 53.15%
B = 27.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#42B15A (or 0x42B15A) is known color: Chateau Green. HEX triplet: 42, B1 and 5A. RGB value is (66,177,90). Sum of RGB (Red+Green+Blue) = 66+177+90=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #42B15A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B15A is #BD4EA5. Grayscale: #868686. Windows color (decimal): -12406438 or 5943618. OLE color: 5943618.

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

Color convert

RGB 66 177 90 -
CMYK 0.63 0 0.49 0.31
HSL 132.97º 0.46% 0.48% -
HSV(B) 132.97º 0.63% 0.69% -
XYZ 19.81 33.34 15.06 -
YUV 133.89 103.23 79.57 -
System Red Green Blue C M Y K H S L
Decimal 66 177 90 0.63 0 0.49 0.31 132.97 0.46 0.48
Hex 42 B1 5A 3F 0 31 1F 85 2E 30
Octal 102 261 132 77 0 61 37 205 56 60
Binary 1000010 10110001 1011010 111111 0 110001 11111 10000101 101110 110000

Color Harmonies of #42B15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B15A

Black with #42B15A

Text Example


Text Example

White with #42B15A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,177,90); }

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

background-color css

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

 a { background-color: rgb(66,177,90); }

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

border-color css

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

 span { border-color: rgb(66,177,90); }

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