Html Css Color HEX #557B05 Fiji Green

📋 copy color: '#557B05'

red 85 ◦ green 123 ◦ blue 5

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

Shades of Fiji Green #557B05

Tints of Fiji Green #557B05

RGB

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

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

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

R = 39.91%
G = 57.75%
B = 2.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#557B05 (or 0x557B05) is known color: Fiji Green. HEX triplet: 55, 7B and 05. RGB value is (85,123,5). Sum of RGB (Red+Green+Blue) = 85+123+5=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 123 (48.44% from 255 or 57.75% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 123 - color contains mainly: green. Hex color #557B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557B05 is #AA84FA. Grayscale: #626262. Windows color (decimal): -11175163 or 359253. OLE color: 359253.

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

Color convert

RGB 85 123 5 -
CMYK 0.31 0 0.96 0.52
HSL 79.32º 0.92% 0.25% -
HSV(B) 79.32º 0.96% 0.48% -
XYZ 10.86 16.11 2.68 -
YUV 98.19 75.41 118.59 -
System Red Green Blue C M Y K H S L
Decimal 85 123 5 0.31 0 0.96 0.52 79.32 0.92 0.25
Hex 55 7B 5 1F 0 60 34 4F 5C 19
Octal 125 173 5 37 0 140 64 117 134 31
Binary 1010101 1111011 101 11111 0 1100000 110100 1001111 1011100 11001

Color Harmonies of #557B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B05

Black with #557B05

Text Example


Text Example

White with #557B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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