Html Css Color HEX #559B34 Limeade

📋 copy color: '#559B34'

red 85 ◦ green 155 ◦ blue 52

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

Shades of Limeade #559B34

Tints of Limeade #559B34

RGB

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

 GREEN value IS 155 (60.94% from 255) = 53.08%

 BLUE value IS 52 (20.7% from 255) = 17.81%

R = 29.11%
G = 53.08%
B = 17.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#559B34 (or 0x559B34) is known color: Limeade. HEX triplet: 55, 9B and 34. RGB value is (85,155,52). Sum of RGB (Red+Green+Blue) = 85+155+52=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #559B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559B34 is #AA64CB. Grayscale: #7A7A7A. Windows color (decimal): -11166924 or 3447637. OLE color: 3447637.

HSL color Cylindrical-coordinate representation of color #559B34: hue angle of 100.78º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #559B34 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 155 52 -
CMYK 0.45 0 0.66 0.39
HSL 100.78º 0.5% 0.41% -
HSV(B) 100.78º 0.66% 0.61% -
XYZ 16.09 25.62 7.35 -
YUV 122.33 88.31 101.38 -
System Red Green Blue C M Y K H S L
Decimal 85 155 52 0.45 0 0.66 0.39 100.78 0.5 0.41
Hex 55 9B 34 2D 0 42 27 65 32 29
Octal 125 233 64 55 0 102 47 145 62 51
Binary 1010101 10011011 110100 101101 0 1000010 100111 1100101 110010 101001

Color Harmonies of #559B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559B34

Black with #559B34

Text Example


Text Example

White with #559B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559B34; }

 p { color: rgb(85,155,52); }

 H1.HeaderClassName
 {
   color: #559B34;
 }
 .AnyTagClassName
 {
   color: #559B34;
 }
</style>

background-color css

<style>
 a { background-color: #559B34; }

 a { background-color: rgb(85,155,52); }

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

border-color css

<style>
 span { border-color: #559B34; }

 span { border-color: rgb(85,155,52); }

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