Html Css Color HEX #557905 Fiji Green

📋 copy color: '#557905'

red 85 ◦ green 121 ◦ blue 5

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

Shades of Fiji Green #557905

Tints of Fiji Green #557905

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.35%

 BLUE value IS 5 (2.34% from 255) = 2.37%

R = 40.28%
G = 57.35%
B = 2.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#557905 (or 0x557905) is known color: Fiji Green. HEX triplet: 55, 79 and 05. RGB value is (85,121,5). Sum of RGB (Red+Green+Blue) = 85+121+5=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #557905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557905 is #AA86FA. Grayscale: #616161. Windows color (decimal): -11175675 or 358741. OLE color: 358741.

HSL color Cylindrical-coordinate representation of color #557905: hue angle of 78.62º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #557905 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 121 5 -
CMYK 0.30 0 0.96 0.53
HSL 78.62º 0.92% 0.25% -
HSV(B) 78.62º 0.96% 0.47% -
XYZ 10.61 15.62 2.6 -
YUV 97.01 76.07 119.43 -
System Red Green Blue C M Y K H S L
Decimal 85 121 5 0.30 0 0.96 0.53 78.62 0.92 0.25
Hex 55 79 5 1E 0 60 35 4F 5C 19
Octal 125 171 5 36 0 140 65 117 134 31
Binary 1010101 1111001 101 11110 0 1100000 110101 1001111 1011100 11001

Color Harmonies of #557905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557905

Black with #557905

Text Example


Text Example

White with #557905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557905; }

 p { color: rgb(85,121,5); }

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

background-color css

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

 a { background-color: rgb(85,121,5); }

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

border-color css

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

 span { border-color: rgb(85,121,5); }

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