Html Css Color HEX #557015 Fiji Green

📋 copy color: '#557015'

red 85 ◦ green 112 ◦ blue 21

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

Shades of Fiji Green #557015

Tints of Fiji Green #557015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.38%

 BLUE value IS 21 (8.59% from 255) = 9.63%

R = 38.99%
G = 51.38%
B = 9.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#557015 (or 0x557015) is known color: Fiji Green. HEX triplet: 55, 70 and 15. RGB value is (85,112,21). Sum of RGB (Red+Green+Blue) = 85+112+21=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #557015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557015 is #AA8FEA. Grayscale: #5D5D5D. Windows color (decimal): -11177963 or 1405013. OLE color: 1405013.

HSL color Cylindrical-coordinate representation of color #557015: hue angle of 77.8º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #557015 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 112 21 -
CMYK 0.24 0 0.81 0.56
HSL 77.8º 0.68% 0.26% -
HSV(B) 77.8º 0.81% 0.44% -
XYZ 9.68 13.57 2.82 -
YUV 93.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 85 112 21 0.24 0 0.81 0.56 77.8 0.68 0.26
Hex 55 70 15 18 0 51 38 4E 44 1A
Octal 125 160 25 30 0 121 70 116 104 32
Binary 1010101 1110000 10101 11000 0 1010001 111000 1001110 1000100 11010

Color Harmonies of #557015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557015

Black with #557015

Text Example


Text Example

White with #557015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557015; }

 p { color: rgb(85,112,21); }

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

background-color css

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

 a { background-color: rgb(85,112,21); }

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

border-color css

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

 span { border-color: rgb(85,112,21); }

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