Html Css Color HEX #557217 Fiji Green

📋 copy color: '#557217'

red 85 ◦ green 114 ◦ blue 23

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

Shades of Fiji Green #557217

Tints of Fiji Green #557217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.36%

R = 38.29%
G = 51.35%
B = 10.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#557217 (or 0x557217) is known color: Fiji Green. HEX triplet: 55, 72 and 17. RGB value is (85,114,23). Sum of RGB (Red+Green+Blue) = 85+114+23=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 23 (9.38% from 255 or 10.36% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #557217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557217 is #AA8DE8. Grayscale: #5F5F5F. Windows color (decimal): -11177449 or 1536597. OLE color: 1536597.

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

Color convert

RGB 85 114 23 -
CMYK 0.25 0 0.80 0.55
HSL 79.12º 0.66% 0.27% -
HSV(B) 79.12º 0.8% 0.45% -
XYZ 9.92 14.03 3 -
YUV 94.96 87.39 120.9 -
System Red Green Blue C M Y K H S L
Decimal 85 114 23 0.25 0 0.80 0.55 79.12 0.66 0.27
Hex 55 72 17 19 0 50 37 4F 42 1B
Octal 125 162 27 31 0 120 67 117 102 33
Binary 1010101 1110010 10111 11001 0 1010000 110111 1001111 1000010 11011

Color Harmonies of #557217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557217

Black with #557217

Text Example


Text Example

White with #557217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557217; }

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

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

background-color css

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

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

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

border-color css

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

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

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