Html Css Color HEX #557913 Fiji Green

📋 copy color: '#557913'

red 85 ◦ green 121 ◦ blue 19

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

Shades of Fiji Green #557913

Tints of Fiji Green #557913

RGB

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

 GREEN value IS 121 (47.66% from 255) = 53.78%

 BLUE value IS 19 (7.81% from 255) = 8.44%

R = 37.78%
G = 53.78%
B = 8.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#557913 (or 0x557913) is known color: Fiji Green. HEX triplet: 55, 79 and 13. RGB value is (85,121,19). Sum of RGB (Red+Green+Blue) = 85+121+19=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #557913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557913 is #AA86EC. Grayscale: #626262. Windows color (decimal): -11175661 or 1276245. OLE color: 1276245.

HSL color Cylindrical-coordinate representation of color #557913: hue angle of 81.18º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #557913 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 121 19 -
CMYK 0.30 0 0.84 0.53
HSL 81.18º 0.73% 0.27% -
HSV(B) 81.18º 0.84% 0.47% -
XYZ 10.7 15.65 3.07 -
YUV 98.61 83.07 118.29 -
System Red Green Blue C M Y K H S L
Decimal 85 121 19 0.30 0 0.84 0.53 81.18 0.73 0.27
Hex 55 79 13 1E 0 54 35 51 49 1B
Octal 125 171 23 36 0 124 65 121 111 33
Binary 1010101 1111001 10011 11110 0 1010100 110101 1010001 1001001 11011

Color Harmonies of #557913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557913

Black with #557913

Text Example


Text Example

White with #557913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557913; }

 p { color: rgb(85,121,19); }

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

background-color css

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

 a { background-color: rgb(85,121,19); }

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

border-color css

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

 span { border-color: rgb(85,121,19); }

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