Html Css Color HEX #55740D Fiji Green

📋 copy color: '#55740D'

red 85 ◦ green 116 ◦ blue 13

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

Shades of Fiji Green #55740D

Tints of Fiji Green #55740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 54.21%

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

R = 39.72%
G = 54.21%
B = 6.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#55740D (or 0x55740D) is known color: Fiji Green. HEX triplet: 55, 74 and 0D. RGB value is (85,116,13). Sum of RGB (Red+Green+Blue) = 85+116+13=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 116 (45.70% from 255 or 54.21% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 116 - color contains mainly: green. Hex color #55740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55740D is #AA8BF2. Grayscale: #5F5F5F. Windows color (decimal): -11176947 or 881749. OLE color: 881749.

HSL color Cylindrical-coordinate representation of color #55740D: hue angle of 78.06º 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 #55740D is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 116 13 -
CMYK 0.27 0 0.89 0.55
HSL 78.06º 0.8% 0.25% -
HSV(B) 78.06º 0.89% 0.45% -
XYZ 10.06 14.45 2.64 -
YUV 94.99 81.73 120.88 -
System Red Green Blue C M Y K H S L
Decimal 85 116 13 0.27 0 0.89 0.55 78.06 0.8 0.25
Hex 55 74 D 1B 0 59 37 4E 50 19
Octal 125 164 15 33 0 131 67 116 120 31
Binary 1010101 1110100 1101 11011 0 1011001 110111 1001110 1010000 11001

Color Harmonies of #55740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55740D

Black with #55740D

Text Example


Text Example

White with #55740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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