Html Css Color HEX #55702B Green Leaf

📋 copy color: '#55702B'

red 85 ◦ green 112 ◦ blue 43

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

Shades of Green Leaf #55702B

Tints of Green Leaf #55702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.92%

R = 35.42%
G = 46.67%
B = 17.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#55702B (or 0x55702B) is known color: Green Leaf. HEX triplet: 55, 70 and 2B. RGB value is (85,112,43). Sum of RGB (Red+Green+Blue) = 85+112+43=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #55702B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55702B is #AA8FD4. Grayscale: #606060. Windows color (decimal): -11177941 or 2846805. OLE color: 2846805.

HSL color Cylindrical-coordinate representation of color #55702B: hue angle of 83.48º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55702B is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 112 43 -
CMYK 0.24 0 0.62 0.56
HSL 83.48º 0.45% 0.3% -
HSV(B) 83.48º 0.62% 0.44% -
XYZ 9.98 13.69 4.4 -
YUV 96.06 98.05 120.11 -
System Red Green Blue C M Y K H S L
Decimal 85 112 43 0.24 0 0.62 0.56 83.48 0.45 0.3
Hex 55 70 2B 18 0 3E 38 53 2D 1E
Octal 125 160 53 30 0 76 70 123 55 36
Binary 1010101 1110000 101011 11000 0 111110 111000 1010011 101101 11110

Color Harmonies of #55702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55702B

Black with #55702B

Text Example


Text Example

White with #55702B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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