Html Css Color HEX #42915E Chateau Green

📋 copy color: '#42915E'

red 66 ◦ green 145 ◦ blue 94

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

Shades of Chateau Green #42915E

Tints of Chateau Green #42915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.54%

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 21.64%
G = 47.54%
B = 30.82%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#42915E (or 0x42915E) is known color: Chateau Green. HEX triplet: 42, 91 and 5E. RGB value is (66,145,94). Sum of RGB (Red+Green+Blue) = 66+145+94=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #42915E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42915E is #BD6EA1. Grayscale: #737373. Windows color (decimal): -12414626 or 6197570. OLE color: 6197570.

HSL color Cylindrical-coordinate representation of color #42915E: hue angle of 141.27º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42915E is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 145 94 -
CMYK 0.54 0 0.35 0.43
HSL 141.27º 0.37% 0.41% -
HSV(B) 141.27º 0.54% 0.57% -
XYZ 14.39 22.22 14.12 -
YUV 115.57 115.83 92.65 -
System Red Green Blue C M Y K H S L
Decimal 66 145 94 0.54 0 0.35 0.43 141.27 0.37 0.41
Hex 42 91 5E 36 0 23 2B 8D 25 29
Octal 102 221 136 66 0 43 53 215 45 51
Binary 1000010 10010001 1011110 110110 0 100011 101011 10001101 100101 101001

Color Harmonies of #42915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42915E

Black with #42915E

Text Example


Text Example

White with #42915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42915E; }

 p { color: rgb(66,145,94); }

 H1.HeaderClassName
 {
   color: #42915E;
 }
 .AnyTagClassName
 {
   color: #42915E;
 }
</style>

background-color css

<style>
 a { background-color: #42915E; }

 a { background-color: rgb(66,145,94); }

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

border-color css

<style>
 span { border-color: #42915E; }

 span { border-color: rgb(66,145,94); }

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