Html Css Color HEX #42B45D Chateau Green

📋 copy color: '#42B45D'

red 66 ◦ green 180 ◦ blue 93

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

Shades of Chateau Green #42B45D

Tints of Chateau Green #42B45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 19.47%
G = 53.1%
B = 27.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#42B45D (or 0x42B45D) is known color: Chateau Green. HEX triplet: 42, B4 and 5D. RGB value is (66,180,93). Sum of RGB (Red+Green+Blue) = 66+180+93=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #42B45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B45D is #BD4BA2. Grayscale: #888888. Windows color (decimal): -12405667 or 6140994. OLE color: 6140994.

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

Color convert

RGB 66 180 93 -
CMYK 0.63 0 0.48 0.29
HSL 134.21º 0.46% 0.48% -
HSV(B) 134.21º 0.63% 0.71% -
XYZ 20.54 34.59 15.95 -
YUV 136 103.73 78.07 -
System Red Green Blue C M Y K H S L
Decimal 66 180 93 0.63 0 0.48 0.29 134.21 0.46 0.48
Hex 42 B4 5D 3F 0 30 1D 86 2E 30
Octal 102 264 135 77 0 60 35 206 56 60
Binary 1000010 10110100 1011101 111111 0 110000 11101 10000110 101110 110000

Color Harmonies of #42B45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B45D

Black with #42B45D

Text Example


Text Example

White with #42B45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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