Html Css Color HEX #55720D Fiji Green

📋 copy color: '#55720D'

red 85 ◦ green 114 ◦ blue 13

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

Shades of Fiji Green #55720D

Tints of Fiji Green #55720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.77%

 BLUE value IS 13 (5.47% from 255) = 6.13%

R = 40.09%
G = 53.77%
B = 6.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#55720D (or 0x55720D) is known color: Fiji Green. HEX triplet: 55, 72 and 0D. RGB value is (85,114,13). Sum of RGB (Red+Green+Blue) = 85+114+13=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #55720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55720D is #AA8DF2. Grayscale: #5E5E5E. Windows color (decimal): -11177459 or 881237. OLE color: 881237.

HSL color Cylindrical-coordinate representation of color #55720D: hue angle of 77.23º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55720D is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 114 13 -
CMYK 0.25 0 0.89 0.55
HSL 77.23º 0.8% 0.25% -
HSV(B) 77.23º 0.89% 0.45% -
XYZ 9.84 13.99 2.56 -
YUV 93.82 82.39 121.71 -
System Red Green Blue C M Y K H S L
Decimal 85 114 13 0.25 0 0.89 0.55 77.23 0.8 0.25
Hex 55 72 D 19 0 59 37 4D 50 19
Octal 125 162 15 31 0 131 67 115 120 31
Binary 1010101 1110010 1101 11001 0 1011001 110111 1001101 1010000 11001

Color Harmonies of #55720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55720D

Black with #55720D

Text Example


Text Example

White with #55720D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,114,13); }

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

background-color css

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

 a { background-color: rgb(85,114,13); }

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

border-color css

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

 span { border-color: rgb(85,114,13); }

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