Html Css Color HEX #42B45C Chateau Green

📋 copy color: '#42B45C'

red 66 ◦ green 180 ◦ blue 92

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

Shades of Chateau Green #42B45C

Tints of Chateau Green #42B45C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.22%

R = 19.53%
G = 53.25%
B = 27.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#42B45C (or 0x42B45C) is known color: Chateau Green. HEX triplet: 42, B4 and 5C. RGB value is (66,180,92). Sum of RGB (Red+Green+Blue) = 66+180+92=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #42B45C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B45C is #BD4BA3. Grayscale: #888888. Windows color (decimal): -12405668 or 6075458. OLE color: 6075458.

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

Color convert

RGB 66 180 92 -
CMYK 0.63 0 0.49 0.29
HSL 133.68º 0.46% 0.48% -
HSV(B) 133.68º 0.63% 0.71% -
XYZ 20.5 34.57 15.72 -
YUV 135.88 103.23 78.16 -
System Red Green Blue C M Y K H S L
Decimal 66 180 92 0.63 0 0.49 0.29 133.68 0.46 0.48
Hex 42 B4 5C 3F 0 31 1D 86 2E 30
Octal 102 264 134 77 0 61 35 206 56 60
Binary 1000010 10110100 1011100 111111 0 110001 11101 10000110 101110 110000

Color Harmonies of #42B45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B45C

Black with #42B45C

Text Example


Text Example

White with #42B45C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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