Html Css Color HEX #42B45A Chateau Green

📋 copy color: '#42B45A'

red 66 ◦ green 180 ◦ blue 90

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

Shades of Chateau Green #42B45A

Tints of Chateau Green #42B45A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.57%

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

R = 19.64%
G = 53.57%
B = 26.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#42B45A (or 0x42B45A) is known color: Chateau Green. HEX triplet: 42, B4 and 5A. RGB value is (66,180,90). Sum of RGB (Red+Green+Blue) = 66+180+90=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #42B45A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B45A is #BD4BA5. Grayscale: #878787. Windows color (decimal): -12405670 or 5944386. OLE color: 5944386.

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

Color convert

RGB 66 180 90 -
CMYK 0.63 0 0.50 0.29
HSL 132.63º 0.46% 0.48% -
HSV(B) 132.63º 0.63% 0.71% -
XYZ 20.41 34.54 15.26 -
YUV 135.65 102.23 78.32 -
System Red Green Blue C M Y K H S L
Decimal 66 180 90 0.63 0 0.50 0.29 132.63 0.46 0.48
Hex 42 B4 5A 3F 0 32 1D 85 2E 30
Octal 102 264 132 77 0 62 35 205 56 60
Binary 1000010 10110100 1011010 111111 0 110010 11101 10000101 101110 110000

Color Harmonies of #42B45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B45A

Black with #42B45A

Text Example


Text Example

White with #42B45A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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