Html Css Color HEX #55905F Chateau Green

📋 copy color: '#55905F'

red 85 ◦ green 144 ◦ blue 95

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

Shades of Chateau Green #55905F

Tints of Chateau Green #55905F

RGB

 RED value IS 85 (33.59% from 255) = 26.23%

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

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 26.23%
G = 44.44%
B = 29.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#55905F (or 0x55905F) is known color: Chateau Green. HEX triplet: 55, 90 and 5F. RGB value is (85,144,95). Sum of RGB (Red+Green+Blue) = 85+144+95=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #55905F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55905F is #AA6FA0. Grayscale: #787878. Windows color (decimal): -11169697 or 6262869. OLE color: 6262869.

HSL color Cylindrical-coordinate representation of color #55905F: hue angle of 130.17º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55905F is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 144 95 -
CMYK 0.41 0 0.34 0.44
HSL 130.17º 0.26% 0.45% -
HSV(B) 130.17º 0.41% 0.56% -
XYZ 15.79 22.7 14.38 -
YUV 120.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 85 144 95 0.41 0 0.34 0.44 130.17 0.26 0.45
Hex 55 90 5F 29 0 22 2C 82 1A 2D
Octal 125 220 137 51 0 42 54 202 32 55
Binary 1010101 10010000 1011111 101001 0 100010 101100 10000010 11010 101101

Color Harmonies of #55905F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55905F

Black with #55905F

Text Example


Text Example

White with #55905F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55905F; }

 p { color: rgb(85,144,95); }

 H1.HeaderClassName
 {
   color: #55905F;
 }
 .AnyTagClassName
 {
   color: #55905F;
 }
</style>

background-color css

<style>
 a { background-color: #55905F; }

 a { background-color: rgb(85,144,95); }

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

border-color css

<style>
 span { border-color: #55905F; }

 span { border-color: rgb(85,144,95); }

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