Html Css Color HEX #55834E Glade Green

📋 copy color: '#55834E'

red 85 ◦ green 131 ◦ blue 78

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

Shades of Glade Green #55834E

Tints of Glade Green #55834E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.56%

 BLUE value IS 78 (30.86% from 255) = 26.53%

R = 28.91%
G = 44.56%
B = 26.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#55834E (or 0x55834E) is known color: Glade Green. HEX triplet: 55, 83 and 4E. RGB value is (85,131,78). Sum of RGB (Red+Green+Blue) = 85+131+78=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #55834E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55834E is #AA7CB1. Grayscale: #6F6F6F. Windows color (decimal): -11173042 or 5145429. OLE color: 5145429.

HSL color Cylindrical-coordinate representation of color #55834E: hue angle of 112.08º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55834E is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 131 78 -
CMYK 0.35 0 0.40 0.49
HSL 112.08º 0.25% 0.41% -
HSV(B) 112.08º 0.4% 0.51% -
XYZ 13.24 18.71 10.12 -
YUV 111.2 109.26 109.31 -
System Red Green Blue C M Y K H S L
Decimal 85 131 78 0.35 0 0.40 0.49 112.08 0.25 0.41
Hex 55 83 4E 23 0 28 31 70 19 29
Octal 125 203 116 43 0 50 61 160 31 51
Binary 1010101 10000011 1001110 100011 0 101000 110001 1110000 11001 101001

Color Harmonies of #55834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55834E

Black with #55834E

Text Example


Text Example

White with #55834E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,131,78); }

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

background-color css

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

 a { background-color: rgb(85,131,78); }

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

border-color css

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

 span { border-color: rgb(85,131,78); }

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