Html Css Color HEX #42B15B Chateau Green

📋 copy color: '#42B15B'

red 66 ◦ green 177 ◦ blue 91

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

Shades of Chateau Green #42B15B

Tints of Chateau Green #42B15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.25%

R = 19.76%
G = 52.99%
B = 27.25%

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

#42B15B (or 0x42B15B) is known color: Chateau Green. HEX triplet: 42, B1 and 5B. RGB value is (66,177,91). Sum of RGB (Red+Green+Blue) = 66+177+91=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #42B15B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B15B is #BD4EA4. Grayscale: #868686. Windows color (decimal): -12406437 or 6009154. OLE color: 6009154.

HSL color Cylindrical-coordinate representation of color #42B15B: hue angle of 133.51º 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 #42B15B is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 177 91 -
CMYK 0.63 0 0.49 0.31
HSL 133.51º 0.46% 0.48% -
HSV(B) 133.51º 0.63% 0.69% -
XYZ 19.86 33.36 15.29 -
YUV 134.01 103.73 79.49 -
System Red Green Blue C M Y K H S L
Decimal 66 177 91 0.63 0 0.49 0.31 133.51 0.46 0.48
Hex 42 B1 5B 3F 0 31 1F 86 2E 30
Octal 102 261 133 77 0 61 37 206 56 60
Binary 1000010 10110001 1011011 111111 0 110001 11111 10000110 101110 110000

Color Harmonies of #42B15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B15B

Black with #42B15B

Text Example


Text Example

White with #42B15B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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