Html Css Color HEX #557712 Fiji Green

📋 copy color: '#557712'

red 85 ◦ green 119 ◦ blue 18

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

Shades of Fiji Green #557712

Tints of Fiji Green #557712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.6%

 BLUE value IS 18 (7.42% from 255) = 8.11%

R = 38.29%
G = 53.6%
B = 8.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#557712 (or 0x557712) is known color: Fiji Green. HEX triplet: 55, 77 and 12. RGB value is (85,119,18). Sum of RGB (Red+Green+Blue) = 85+119+18=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #557712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557712 is #AA88ED. Grayscale: #616161. Windows color (decimal): -11176174 or 1210197. OLE color: 1210197.

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

Color convert

RGB 85 119 18 -
CMYK 0.29 0 0.85 0.53
HSL 80.2º 0.74% 0.27% -
HSV(B) 80.2º 0.85% 0.47% -
XYZ 10.45 15.17 2.95 -
YUV 97.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 85 119 18 0.29 0 0.85 0.53 80.2 0.74 0.27
Hex 55 77 12 1D 0 55 35 50 4A 1B
Octal 125 167 22 35 0 125 65 120 112 33
Binary 1010101 1110111 10010 11101 0 1010101 110101 1010000 1001010 11011

Color Harmonies of #557712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557712

Black with #557712

Text Example


Text Example

White with #557712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557712; }

 p { color: rgb(85,119,18); }

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

background-color css

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

 a { background-color: rgb(85,119,18); }

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

border-color css

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

 span { border-color: rgb(85,119,18); }

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