Html Css Color HEX #557B02 Fiji Green

📋 copy color: '#557B02'

red 85 ◦ green 123 ◦ blue 2

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

Shades of Fiji Green #557B02

Tints of Fiji Green #557B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 40.48%
G = 58.57%
B = 0.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#557B02 (or 0x557B02) is known color: Fiji Green. HEX triplet: 55, 7B and 02. RGB value is (85,123,2). Sum of RGB (Red+Green+Blue) = 85+123+2=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #557B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557B02 is #AA84FD. Grayscale: #626262. Windows color (decimal): -11175166 or 162645. OLE color: 162645.

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

Color convert

RGB 85 123 2 -
CMYK 0.31 0 0.98 0.52
HSL 78.84º 0.97% 0.25% -
HSV(B) 78.84º 0.98% 0.48% -
XYZ 10.84 16.1 2.59 -
YUV 97.84 73.91 118.84 -
System Red Green Blue C M Y K H S L
Decimal 85 123 2 0.31 0 0.98 0.52 78.84 0.97 0.25
Hex 55 7B 2 1F 0 62 34 4F 61 19
Octal 125 173 2 37 0 142 64 117 141 31
Binary 1010101 1111011 10 11111 0 1100010 110100 1001111 1100001 11001

Color Harmonies of #557B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B02

Black with #557B02

Text Example


Text Example

White with #557B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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