#537002

Color #537002 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #537002

Tints of Fiji Green #537002

Color information

#537002 (or 0x537002) is unknown color: approx Fiji Green. HEX triplet: 53, 70 and 02. RGB value is (83,112,2). Sum of RGB (Red+Green+Blue) = 83+112+2=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #537002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537002 is #AC8FFD. Grayscale: #5B5B5B. Windows color (decimal): -11309054 or 159827. OLE color: 159827.

HSL color Cylindrical-coordinate representation of color #537002: hue angle of 75.82º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #537002 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB831122-
CMYK0.2600.980.56
HSL75.82º96.49%22.35%-
HSV(B)75.82º98.21%43.92%-
XYZ9.3713.432.16-
YUV90.7977.89122.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 112 (44.14% from 255) = 56.85%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=42.13%
G=56.85%
B=1.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8311220.2600.980.5675.8296.4922.35
Hex537021A062384c6016
Octal12316023201427011414026
Binary101001111100001011010011000101110001001100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537002; }

 p { color: rgb(83,112,2); }

 H1.HeaderClassName
 {
   color: #537002;
 }
 .AnyTagClassName
 {
   color: #537002;
 }
</style>
background-color css

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

 a { background-color: rgb(83,112,2); }

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

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

 span { border-color: rgb(83,112,2); }

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