Html Css Color HEX #557515 Fiji Green

📋 copy color: '#557515'

red 85 ◦ green 117 ◦ blue 21

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

Shades of Fiji Green #557515

Tints of Fiji Green #557515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.47%

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

R = 38.12%
G = 52.47%
B = 9.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#557515 (or 0x557515) is known color: Fiji Green. HEX triplet: 55, 75 and 15. RGB value is (85,117,21). Sum of RGB (Red+Green+Blue) = 85+117+21=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #557515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557515 is #AA8AEA. Grayscale: #606060. Windows color (decimal): -11176683 or 1406293. OLE color: 1406293.

HSL color Cylindrical-coordinate representation of color #557515: hue angle of 80º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #557515 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 117 21 -
CMYK 0.27 0 0.82 0.54
HSL 80º 0.7% 0.27% -
HSV(B) 80º 0.82% 0.46% -
XYZ 10.24 14.71 3.01 -
YUV 96.49 85.4 119.81 -
System Red Green Blue C M Y K H S L
Decimal 85 117 21 0.27 0 0.82 0.54 80 0.7 0.27
Hex 55 75 15 1B 0 52 36 50 46 1B
Octal 125 165 25 33 0 122 66 120 106 33
Binary 1010101 1110101 10101 11011 0 1010010 110110 1010000 1000110 11011

Color Harmonies of #557515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557515

Black with #557515

Text Example


Text Example

White with #557515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557515; }

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

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

background-color css

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

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

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

border-color css

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

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

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