#53710E

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

Shades of Fiji Green #53710E

Tints of Fiji Green #53710E

Color information

#53710E (or 0x53710E) is unknown color: approx Fiji Green. HEX triplet: 53, 71 and 0E. RGB value is (83,113,14). Sum of RGB (Red+Green+Blue) = 83+113+14=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #53710E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53710E is #AC8EF1. Grayscale: #5D5D5D. Windows color (decimal): -11308786 or 946515. OLE color: 946515.

HSL color Cylindrical-coordinate representation of color #53710E: hue angle of 78.18º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53710E is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB8311314-
CMYK0.2700.880.56
HSL78.18º77.95%24.9%-
HSV(B)78.18º87.61%44.31%-
XYZ9.5513.682.55-
YUV92.7483.56121.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.52%
GREEN value IS 113 (44.53% from 255) = 53.81%
BLUE value IS 14 (5.86% from 255) = 6.67%
R=39.52%
G=53.81%
B=6.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83113140.2700.880.5678.1877.9524.9
Hex5371E1B058384e4e19
Octal123161163301307011611631
Binary10100111110001111011011010110001110001001110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53710E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53710E; }

 p { color: rgb(83,113,14); }

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

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

 a { background-color: rgb(83,113,14); }

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

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

 span { border-color: rgb(83,113,14); }

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