Html Css Color HEX #557B01 Fiji Green

📋 copy color: '#557B01'

red 85 ◦ green 123 ◦ blue 1

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

Shades of Fiji Green #557B01

Tints of Fiji Green #557B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 40.67%
G = 58.85%
B = 0.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#557B01 (or 0x557B01) is known color: Fiji Green. HEX triplet: 55, 7B and 01. RGB value is (85,123,1). Sum of RGB (Red+Green+Blue) = 85+123+1=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 123 (48.44% from 255 or 58.85% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 123 - color contains mainly: green. Hex color #557B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557B01 is #AA84FE. Grayscale: #626262. Windows color (decimal): -11175167 or 97109. OLE color: 97109.

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

Color convert

RGB 85 123 1 -
CMYK 0.31 0 0.99 0.52
HSL 78.69º 0.98% 0.24% -
HSV(B) 78.69º 0.99% 0.48% -
XYZ 10.83 16.1 2.57 -
YUV 97.73 73.41 118.92 -
System Red Green Blue C M Y K H S L
Decimal 85 123 1 0.31 0 0.99 0.52 78.69 0.98 0.24
Hex 55 7B 1 1F 0 63 34 4F 62 18
Octal 125 173 1 37 0 143 64 117 142 30
Binary 1010101 1111011 1 11111 0 1100011 110100 1001111 1100010 11000

Color Harmonies of #557B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B01

Black with #557B01

Text Example


Text Example

White with #557B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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