Html Css Color HEX #42A55B Chateau Green

📋 copy color: '#42A55B'

red 66 ◦ green 165 ◦ blue 91

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

Shades of Chateau Green #42A55B

Tints of Chateau Green #42A55B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.24%

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

R = 20.5%
G = 51.24%
B = 28.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#42A55B (or 0x42A55B) is known color: Chateau Green. HEX triplet: 42, A5 and 5B. RGB value is (66,165,91). Sum of RGB (Red+Green+Blue) = 66+165+91=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #42A55B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A55B is #BD5AA4. Grayscale: #7F7F7F. Windows color (decimal): -12409509 or 6006082. OLE color: 6006082.

HSL color Cylindrical-coordinate representation of color #42A55B: hue angle of 135.15º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A55B is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 165 91 -
CMYK 0.60 0 0.45 0.35
HSL 135.15º 0.43% 0.45% -
HSV(B) 135.15º 0.6% 0.65% -
XYZ 17.59 28.82 14.53 -
YUV 126.96 107.7 84.52 -
System Red Green Blue C M Y K H S L
Decimal 66 165 91 0.60 0 0.45 0.35 135.15 0.43 0.45
Hex 42 A5 5B 3C 0 2D 23 87 2B 2D
Octal 102 245 133 74 0 55 43 207 53 55
Binary 1000010 10100101 1011011 111100 0 101101 100011 10000111 101011 101101

Color Harmonies of #42A55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A55B

Black with #42A55B

Text Example


Text Example

White with #42A55B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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