Html Css Color HEX #557312 Fiji Green

📋 copy color: '#557312'

red 85 ◦ green 115 ◦ blue 18

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

Shades of Fiji Green #557312

Tints of Fiji Green #557312

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.75%

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

R = 38.99%
G = 52.75%
B = 8.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#557312 (or 0x557312) is known color: Fiji Green. HEX triplet: 55, 73 and 12. RGB value is (85,115,18). Sum of RGB (Red+Green+Blue) = 85+115+18=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #557312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557312 is #AA8CED. Grayscale: #5F5F5F. Windows color (decimal): -11177198 or 1209173. OLE color: 1209173.

HSL color Cylindrical-coordinate representation of color #557312: hue angle of 78.56º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #557312 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 115 18 -
CMYK 0.26 0 0.84 0.55
HSL 78.56º 0.73% 0.26% -
HSV(B) 78.56º 0.84% 0.45% -
XYZ 9.99 14.24 2.79 -
YUV 94.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 85 115 18 0.26 0 0.84 0.55 78.56 0.73 0.26
Hex 55 73 12 1A 0 54 37 4F 49 1A
Octal 125 163 22 32 0 124 67 117 111 32
Binary 1010101 1110011 10010 11010 0 1010100 110111 1001111 1001001 11010

Color Harmonies of #557312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557312

Black with #557312

Text Example


Text Example

White with #557312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557312; }

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

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

background-color css

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

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

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

border-color css

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

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

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