Html Css Color HEX #42B55B Chateau Green

📋 copy color: '#42B55B'

red 66 ◦ green 181 ◦ blue 91

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

Shades of Chateau Green #42B55B

Tints of Chateau Green #42B55B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.55%

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

R = 19.53%
G = 53.55%
B = 26.92%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#42B55B (or 0x42B55B) is known color: Chateau Green. HEX triplet: 42, B5 and 5B. RGB value is (66,181,91). Sum of RGB (Red+Green+Blue) = 66+181+91=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 181 (71.09% from 255 or 53.55% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 181 - color contains mainly: green. Hex color #42B55B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B55B is #BD4AA4. Grayscale: #888888. Windows color (decimal): -12405413 or 6010178. OLE color: 6010178.

HSL color Cylindrical-coordinate representation of color #42B55B: hue angle of 133.04º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B55B is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 181 91 -
CMYK 0.64 0 0.50 0.29
HSL 133.04º 0.47% 0.48% -
HSV(B) 133.04º 0.64% 0.71% -
XYZ 20.66 34.96 15.56 -
YUV 136.36 102.4 77.82 -
System Red Green Blue C M Y K H S L
Decimal 66 181 91 0.64 0 0.50 0.29 133.04 0.47 0.48
Hex 42 B5 5B 40 0 32 1D 85 2F 30
Octal 102 265 133 100 0 62 35 205 57 60
Binary 1000010 10110101 1011011 1000000 0 110010 11101 10000101 101111 110000

Color Harmonies of #42B55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B55B

Black with #42B55B

Text Example


Text Example

White with #42B55B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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