Html Css Color HEX #557C09 Fiji Green

📋 copy color: '#557C09'

red 85 ◦ green 124 ◦ blue 9

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

Shades of Fiji Green #557C09

Tints of Fiji Green #557C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.13%

R = 38.99%
G = 56.88%
B = 4.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.93

 K value IS 0.51

RGB Variations

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

Color information

#557C09 (or 0x557C09) is known color: Fiji Green. HEX triplet: 55, 7C and 09. RGB value is (85,124,9). Sum of RGB (Red+Green+Blue) = 85+124+9=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 124 (48.83% from 255 or 56.88% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 124 - color contains mainly: green. Hex color #557C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557C09 is #AA83F6. Grayscale: #636363. Windows color (decimal): -11174903 or 621653. OLE color: 621653.

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

Color convert

RGB 85 124 9 -
CMYK 0.31 0 0.93 0.51
HSL 80.35º 0.86% 0.26% -
HSV(B) 80.35º 0.93% 0.49% -
XYZ 11 16.37 2.84 -
YUV 99.23 77.08 117.85 -
System Red Green Blue C M Y K H S L
Decimal 85 124 9 0.31 0 0.93 0.51 80.35 0.86 0.26
Hex 55 7C 9 1F 0 5D 33 50 56 1A
Octal 125 174 11 37 0 135 63 120 126 32
Binary 1010101 1111100 1001 11111 0 1011101 110011 1010000 1010110 11010

Color Harmonies of #557C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C09

Black with #557C09

Text Example


Text Example

White with #557C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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