Html Css Color HEX #557203 Fiji Green

📋 copy color: '#557203'

red 85 ◦ green 114 ◦ blue 3

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

Shades of Fiji Green #557203

Tints of Fiji Green #557203

RGB

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

 GREEN value IS 114 (44.92% from 255) = 56.44%

 BLUE value IS 3 (1.56% from 255) = 1.49%

R = 42.08%
G = 56.44%
B = 1.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#557203 (or 0x557203) is known color: Fiji Green. HEX triplet: 55, 72 and 03. RGB value is (85,114,3). Sum of RGB (Red+Green+Blue) = 85+114+3=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #557203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557203 is #AA8DFC. Grayscale: #5D5D5D. Windows color (decimal): -11177469 or 225877. OLE color: 225877.

HSL color Cylindrical-coordinate representation of color #557203: hue angle of 75.68º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #557203 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 114 3 -
CMYK 0.25 0 0.97 0.55
HSL 75.68º 0.95% 0.23% -
HSV(B) 75.68º 0.97% 0.45% -
XYZ 9.78 13.97 2.27 -
YUV 92.68 77.39 122.53 -
System Red Green Blue C M Y K H S L
Decimal 85 114 3 0.25 0 0.97 0.55 75.68 0.95 0.23
Hex 55 72 3 19 0 61 37 4C 5F 17
Octal 125 162 3 31 0 141 67 114 137 27
Binary 1010101 1110010 11 11001 0 1100001 110111 1001100 1011111 10111

Color Harmonies of #557203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557203

Black with #557203

Text Example


Text Example

White with #557203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557203; }

 p { color: rgb(85,114,3); }

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

background-color css

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

 a { background-color: rgb(85,114,3); }

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

border-color css

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

 span { border-color: rgb(85,114,3); }

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