#537208

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

Shades of Fiji Green #537208

Tints of Fiji Green #537208

Color information

#537208 (or 0x537208) is unknown color: approx Fiji Green. HEX triplet: 53, 72 and 08. RGB value is (83,114,8). Sum of RGB (Red+Green+Blue) = 83+114+8=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #537208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537208 is #AC8DF7. Grayscale: #5D5D5D. Windows color (decimal): -11308536 or 553555. OLE color: 553555.

HSL color Cylindrical-coordinate representation of color #537208: hue angle of 77.55º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #537208 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB831148-
CMYK0.2700.930.55
HSL77.55º86.89%23.92%-
HSV(B)77.55º92.98%44.71%-
XYZ9.6313.892.4-
YUV92.6580.23121.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 114 (44.92% from 255) = 55.61%
BLUE value IS 8 (3.52% from 255) = 3.90%
R=40.49%
G=55.61%
B=3.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8311480.2700.930.5577.5586.8923.92
Hex537281B05D374e5718
Octal123162103301356711612730
Binary10100111110010100011011010111011101111001110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537208; }

 p { color: rgb(83,114,8); }

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

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

 a { background-color: rgb(83,114,8); }

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

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

 span { border-color: rgb(83,114,8); }

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