Html Css Color HEX #557B14 Fiji Green

📋 copy color: '#557B14'

red 85 ◦ green 123 ◦ blue 20

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

Shades of Fiji Green #557B14

Tints of Fiji Green #557B14

RGB

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

 GREEN value IS 123 (48.44% from 255) = 53.95%

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

R = 37.28%
G = 53.95%
B = 8.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#557B14 (or 0x557B14) is known color: Fiji Green. HEX triplet: 55, 7B and 14. RGB value is (85,123,20). Sum of RGB (Red+Green+Blue) = 85+123+20=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 123 (48.44% from 255 or 53.95% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 123 - color contains mainly: green. Hex color #557B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557B14 is #AA84EB. Grayscale: #646464. Windows color (decimal): -11175148 or 1342293. OLE color: 1342293.

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

Color convert

RGB 85 123 20 -
CMYK 0.31 0 0.84 0.52
HSL 82.14º 0.72% 0.28% -
HSV(B) 82.14º 0.84% 0.48% -
XYZ 10.96 16.15 3.2 -
YUV 99.9 82.91 117.38 -
System Red Green Blue C M Y K H S L
Decimal 85 123 20 0.31 0 0.84 0.52 82.14 0.72 0.28
Hex 55 7B 14 1F 0 54 34 52 48 1C
Octal 125 173 24 37 0 124 64 122 110 34
Binary 1010101 1111011 10100 11111 0 1010100 110100 1010010 1001000 11100

Color Harmonies of #557B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B14

Black with #557B14

Text Example


Text Example

White with #557B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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