Html Css Color HEX #557C14 Fiji Green

📋 copy color: '#557C14'

red 85 ◦ green 124 ◦ blue 20

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

Shades of Fiji Green #557C14

Tints of Fiji Green #557C14

RGB

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

 GREEN value IS 124 (48.83% from 255) = 54.15%

 BLUE value IS 20 (8.2% from 255) = 8.73%

R = 37.12%
G = 54.15%
B = 8.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#557C14 (or 0x557C14) is known color: Fiji Green. HEX triplet: 55, 7C and 14. RGB value is (85,124,20). Sum of RGB (Red+Green+Blue) = 85+124+20=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 124 (48.83% from 255 or 54.15% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 124 - color contains mainly: green. Hex color #557C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557C14 is #AA83EB. Grayscale: #646464. Windows color (decimal): -11174892 or 1342549. OLE color: 1342549.

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

Color convert

RGB 85 124 20 -
CMYK 0.31 0 0.84 0.51
HSL 82.5º 0.72% 0.28% -
HSV(B) 82.5º 0.84% 0.49% -
XYZ 11.08 16.4 3.24 -
YUV 100.48 82.58 116.96 -
System Red Green Blue C M Y K H S L
Decimal 85 124 20 0.31 0 0.84 0.51 82.5 0.72 0.28
Hex 55 7C 14 1F 0 54 33 52 48 1C
Octal 125 174 24 37 0 124 63 122 110 34
Binary 1010101 1111100 10100 11111 0 1010100 110011 1010010 1001000 11100

Color Harmonies of #557C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C14

Black with #557C14

Text Example


Text Example

White with #557C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,124,20); }

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

background-color css

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

 a { background-color: rgb(85,124,20); }

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

border-color css

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

 span { border-color: rgb(85,124,20); }

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