#537702

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

Shades of Fiji Green #537702

Tints of Fiji Green #537702

Color information

#537702 (or 0x537702) is unknown color: approx Fiji Green. HEX triplet: 53, 77 and 02. RGB value is (83,119,2). Sum of RGB (Red+Green+Blue) = 83+119+2=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #537702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537702 is #AC88FD. Grayscale: #5F5F5F. Windows color (decimal): -11307262 or 161619. OLE color: 161619.

HSL color Cylindrical-coordinate representation of color #537702: hue angle of 78.46º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #537702 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB831192-
CMYK0.3000.980.53
HSL78.46º96.69%23.73%-
HSV(B)78.46º98.32%46.67%-
XYZ10.1815.042.42-
YUV94.975.57119.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 119 (46.88% from 255) = 58.33%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=40.69%
G=58.33%
B=0.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8311920.3000.980.5378.4696.6923.73
Hex537721E062354e6118
Octal12316723601426511614130
Binary101001111101111011110011000101101011001110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537702; }

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

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

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

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

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

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

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

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