Html Css Color HEX #42915A Chateau Green

📋 copy color: '#42915A'

red 66 ◦ green 145 ◦ blue 90

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

Shades of Chateau Green #42915A

Tints of Chateau Green #42915A

RGB

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

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

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

R = 21.93%
G = 48.17%
B = 29.9%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#42915A (or 0x42915A) is known color: Chateau Green. HEX triplet: 42, 91 and 5A. RGB value is (66,145,90). Sum of RGB (Red+Green+Blue) = 66+145+90=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #42915A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42915A is #BD6EA5. Grayscale: #737373. Windows color (decimal): -12414630 or 5935426. OLE color: 5935426.

HSL color Cylindrical-coordinate representation of color #42915A: hue angle of 138.23º 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 #42915A is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 145 90 -
CMYK 0.54 0 0.38 0.43
HSL 138.23º 0.37% 0.41% -
HSV(B) 138.23º 0.54% 0.57% -
XYZ 14.22 22.15 13.2 -
YUV 115.11 113.83 92.97 -
System Red Green Blue C M Y K H S L
Decimal 66 145 90 0.54 0 0.38 0.43 138.23 0.37 0.41
Hex 42 91 5A 36 0 26 2B 8A 25 29
Octal 102 221 132 66 0 46 53 212 45 51
Binary 1000010 10010001 1011010 110110 0 100110 101011 10001010 100101 101001

Color Harmonies of #42915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42915A

Black with #42915A

Text Example


Text Example

White with #42915A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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