Html Css Color HEX #55613B Lunar Green

📋 copy color: '#55613B'

red 85 ◦ green 97 ◦ blue 59

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

Shades of Lunar Green #55613B

Tints of Lunar Green #55613B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.25%

 BLUE value IS 59 (23.44% from 255) = 24.48%

R = 35.27%
G = 40.25%
B = 24.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#55613B (or 0x55613B) is known color: Lunar Green. HEX triplet: 55, 61 and 3B. RGB value is (85,97,59). Sum of RGB (Red+Green+Blue) = 85+97+59=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #55613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55613B is #AA9EC4. Grayscale: #595959. Windows color (decimal): -11181765 or 3891541. OLE color: 3891541.

HSL color Cylindrical-coordinate representation of color #55613B: hue angle of 78.95º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55613B is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 97 59 -
CMYK 0.12 0 0.39 0.62
HSL 78.95º 0.24% 0.31% -
HSV(B) 78.95º 0.39% 0.38% -
XYZ 8.81 10.8 5.76 -
YUV 89.08 111.02 125.09 -
System Red Green Blue C M Y K H S L
Decimal 85 97 59 0.12 0 0.39 0.62 78.95 0.24 0.31
Hex 55 61 3B C 0 27 3E 4F 18 1F
Octal 125 141 73 14 0 47 76 117 30 37
Binary 1010101 1100001 111011 1100 0 100111 111110 1001111 11000 11111

Color Harmonies of #55613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55613B

Black with #55613B

Text Example


Text Example

White with #55613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55613B; }

 p { color: rgb(85,97,59); }

 H1.HeaderClassName
 {
   color: #55613B;
 }
 .AnyTagClassName
 {
   color: #55613B;
 }
</style>

background-color css

<style>
 a { background-color: #55613B; }

 a { background-color: rgb(85,97,59); }

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

border-color css

<style>
 span { border-color: #55613B; }

 span { border-color: rgb(85,97,59); }

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