Html Css Color HEX #557B04 Fiji Green

📋 copy color: '#557B04'

red 85 ◦ green 123 ◦ blue 4

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

Shades of Fiji Green #557B04

Tints of Fiji Green #557B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.89%

R = 40.09%
G = 58.02%
B = 1.89%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.52

RGB Variations

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

Color information

#557B04 (or 0x557B04) is known color: Fiji Green. HEX triplet: 55, 7B and 04. RGB value is (85,123,4). Sum of RGB (Red+Green+Blue) = 85+123+4=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 123 (48.44% from 255 or 58.02% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 123 - color contains mainly: green. Hex color #557B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557B04 is #AA84FB. Grayscale: #626262. Windows color (decimal): -11175164 or 293717. OLE color: 293717.

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

Color convert

RGB 85 123 4 -
CMYK 0.31 0 0.97 0.52
HSL 79.16º 0.94% 0.25% -
HSV(B) 79.16º 0.97% 0.48% -
XYZ 10.85 16.11 2.65 -
YUV 98.07 74.91 118.68 -
System Red Green Blue C M Y K H S L
Decimal 85 123 4 0.31 0 0.97 0.52 79.16 0.94 0.25
Hex 55 7B 4 1F 0 61 34 4F 5E 19
Octal 125 173 4 37 0 141 64 117 136 31
Binary 1010101 1111011 100 11111 0 1100001 110100 1001111 1011110 11001

Color Harmonies of #557B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B04

Black with #557B04

Text Example


Text Example

White with #557B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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