Html Css Color HEX #557915 Fiji Green

📋 copy color: '#557915'

red 85 ◦ green 121 ◦ blue 21

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

Shades of Fiji Green #557915

Tints of Fiji Green #557915

RGB

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

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

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

R = 37.44%
G = 53.3%
B = 9.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#557915 (or 0x557915) is known color: Fiji Green. HEX triplet: 55, 79 and 15. RGB value is (85,121,21). Sum of RGB (Red+Green+Blue) = 85+121+21=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #557915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557915 is #AA86EA. Grayscale: #636363. Windows color (decimal): -11175659 or 1407317. OLE color: 1407317.

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

Color convert

RGB 85 121 21 -
CMYK 0.30 0 0.83 0.53
HSL 81.6º 0.7% 0.28% -
HSV(B) 81.6º 0.83% 0.47% -
XYZ 10.72 15.66 3.17 -
YUV 98.84 84.07 118.13 -
System Red Green Blue C M Y K H S L
Decimal 85 121 21 0.30 0 0.83 0.53 81.6 0.7 0.28
Hex 55 79 15 1E 0 53 35 52 46 1C
Octal 125 171 25 36 0 123 65 122 106 34
Binary 1010101 1111001 10101 11110 0 1010011 110101 1010010 1000110 11100

Color Harmonies of #557915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557915

Black with #557915

Text Example


Text Example

White with #557915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557915; }

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

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

background-color css

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

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

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

border-color css

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

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

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