Html Css Color HEX #55702D Green Leaf

📋 copy color: '#55702D'

red 85 ◦ green 112 ◦ blue 45

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

Shades of Green Leaf #55702D

Tints of Green Leaf #55702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.28%

 BLUE value IS 45 (17.97% from 255) = 18.6%

R = 35.12%
G = 46.28%
B = 18.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#55702D (or 0x55702D) is known color: Green Leaf. HEX triplet: 55, 70 and 2D. RGB value is (85,112,45). Sum of RGB (Red+Green+Blue) = 85+112+45=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #55702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55702D is #AA8FD2. Grayscale: #606060. Windows color (decimal): -11177939 or 2977877. OLE color: 2977877.

HSL color Cylindrical-coordinate representation of color #55702D: hue angle of 84.18º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55702D is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 112 45 -
CMYK 0.24 0 0.60 0.56
HSL 84.18º 0.43% 0.31% -
HSV(B) 84.18º 0.6% 0.44% -
XYZ 10.01 13.71 4.6 -
YUV 96.29 99.05 119.95 -
System Red Green Blue C M Y K H S L
Decimal 85 112 45 0.24 0 0.60 0.56 84.18 0.43 0.31
Hex 55 70 2D 18 0 3C 38 54 2B 1F
Octal 125 160 55 30 0 74 70 124 53 37
Binary 1010101 1110000 101101 11000 0 111100 111000 1010100 101011 11111

Color Harmonies of #55702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55702D

Black with #55702D

Text Example


Text Example

White with #55702D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,112,45); }

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

background-color css

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

 a { background-color: rgb(85,112,45); }

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

border-color css

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

 span { border-color: rgb(85,112,45); }

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