Html Css Color HEX #557D10 Fiji Green

📋 copy color: '#557D10'

red 85 ◦ green 125 ◦ blue 16

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

Shades of Fiji Green #557D10

Tints of Fiji Green #557D10

RGB

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

 GREEN value IS 125 (49.22% from 255) = 55.31%

 BLUE value IS 16 (6.64% from 255) = 7.08%

R = 37.61%
G = 55.31%
B = 7.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#557D10 (or 0x557D10) is known color: Fiji Green. HEX triplet: 55, 7D and 10. RGB value is (85,125,16). Sum of RGB (Red+Green+Blue) = 85+125+16=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 125 (49.22% from 255 or 55.31% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 125 - color contains mainly: green. Hex color #557D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557D10 is #AA82EF. Grayscale: #656565. Windows color (decimal): -11174640 or 1080661. OLE color: 1080661.

HSL color Cylindrical-coordinate representation of color #557D10: hue angle of 82.02º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #557D10 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 125 16 -
CMYK 0.32 0 0.87 0.51
HSL 82.02º 0.77% 0.28% -
HSV(B) 82.02º 0.87% 0.49% -
XYZ 11.17 16.64 3.11 -
YUV 100.61 80.25 116.86 -
System Red Green Blue C M Y K H S L
Decimal 85 125 16 0.32 0 0.87 0.51 82.02 0.77 0.28
Hex 55 7D 10 20 0 57 33 52 4D 1C
Octal 125 175 20 40 0 127 63 122 115 34
Binary 1010101 1111101 10000 100000 0 1010111 110011 1010010 1001101 11100

Color Harmonies of #557D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D10

Black with #557D10

Text Example


Text Example

White with #557D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557D10; }

 p { color: rgb(85,125,16); }

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

background-color css

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

 a { background-color: rgb(85,125,16); }

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

border-color css

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

 span { border-color: rgb(85,125,16); }

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