Html Css Color HEX #42B15D Chateau Green

📋 copy color: '#42B15D'

red 66 ◦ green 177 ◦ blue 93

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

Shades of Chateau Green #42B15D

Tints of Chateau Green #42B15D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.68%

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

R = 19.64%
G = 52.68%
B = 27.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#42B15D (or 0x42B15D) is known color: Chateau Green. HEX triplet: 42, B1 and 5D. RGB value is (66,177,93). Sum of RGB (Red+Green+Blue) = 66+177+93=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 177 (69.53% from 255 or 52.68% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 177 - color contains mainly: green. Hex color #42B15D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B15D is #BD4EA2. Grayscale: #868686. Windows color (decimal): -12406435 or 6140226. OLE color: 6140226.

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

Color convert

RGB 66 177 93 -
CMYK 0.63 0 0.47 0.31
HSL 134.59º 0.46% 0.48% -
HSV(B) 134.59º 0.63% 0.69% -
XYZ 19.94 33.39 15.75 -
YUV 134.24 104.73 79.33 -
System Red Green Blue C M Y K H S L
Decimal 66 177 93 0.63 0 0.47 0.31 134.59 0.46 0.48
Hex 42 B1 5D 3F 0 2F 1F 87 2E 30
Octal 102 261 135 77 0 57 37 207 56 60
Binary 1000010 10110001 1011101 111111 0 101111 11111 10000111 101110 110000

Color Harmonies of #42B15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B15D

Black with #42B15D

Text Example


Text Example

White with #42B15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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