Html Css Color HEX #42905D Chateau Green

📋 copy color: '#42905D'

red 66 ◦ green 144 ◦ blue 93

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

Shades of Chateau Green #42905D

Tints of Chateau Green #42905D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.52%

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

R = 21.78%
G = 47.52%
B = 30.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#42905D (or 0x42905D) is known color: Chateau Green. HEX triplet: 42, 90 and 5D. RGB value is (66,144,93). Sum of RGB (Red+Green+Blue) = 66+144+93=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #42905D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42905D is #BD6FA2. Grayscale: #727272. Windows color (decimal): -12414883 or 6131778. OLE color: 6131778.

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

Color convert

RGB 66 144 93 -
CMYK 0.54 0 0.35 0.44
HSL 140.77º 0.37% 0.41% -
HSV(B) 140.77º 0.54% 0.56% -
XYZ 14.2 21.9 13.83 -
YUV 114.86 115.66 93.15 -
System Red Green Blue C M Y K H S L
Decimal 66 144 93 0.54 0 0.35 0.44 140.77 0.37 0.41
Hex 42 90 5D 36 0 23 2C 8D 25 29
Octal 102 220 135 66 0 43 54 215 45 51
Binary 1000010 10010000 1011101 110110 0 100011 101100 10001101 100101 101001

Color Harmonies of #42905D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42905D

Black with #42905D

Text Example


Text Example

White with #42905D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42905D; }

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

 H1.HeaderClassName
 {
   color: #42905D;
 }
 .AnyTagClassName
 {
   color: #42905D;
 }
</style>

background-color css

<style>
 a { background-color: #42905D; }

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

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

border-color css

<style>
 span { border-color: #42905D; }

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

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