#53730E

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

Shades of Fiji Green #53730E

Tints of Fiji Green #53730E

Color information

#53730E (or 0x53730E) is unknown color: approx Fiji Green. HEX triplet: 53, 73 and 0E. RGB value is (83,115,14). Sum of RGB (Red+Green+Blue) = 83+115+14=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #53730E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53730E is #AC8CF1. Grayscale: #5E5E5E. Windows color (decimal): -11308274 or 947027. OLE color: 947027.

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

Color convert

RGB8311514-
CMYK0.2800.880.55
HSL79.01º78.29%25.29%-
HSV(B)79.01º87.83%45.1%-
XYZ9.7814.132.63-
YUV93.9282.9120.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.15%
GREEN value IS 115 (45.31% from 255) = 54.25%
BLUE value IS 14 (5.86% from 255) = 6.60%
R=39.15%
G=54.25%
B=6.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83115140.2800.880.5579.0178.2925.29
Hex5373E1C058374f4e19
Octal123163163401306711711631
Binary10100111110011111011100010110001101111001111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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