#53760B

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

Shades of Fiji Green #53760B

Tints of Fiji Green #53760B

Color information

#53760B (or 0x53760B) is unknown color: approx Fiji Green. HEX triplet: 53, 76 and 0B. RGB value is (83,118,11). Sum of RGB (Red+Green+Blue) = 83+118+11=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #53760B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53760B is #AC89F4. Grayscale: #5F5F5F. Windows color (decimal): -11307509 or 751187. OLE color: 751187.

HSL color Cylindrical-coordinate representation of color #53760B: hue angle of 79.63º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53760B is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB8311811-
CMYK0.3000.910.54
HSL79.63º82.95%25.29%-
HSV(B)79.63º90.68%46.27%-
XYZ10.1114.822.64-
YUV95.3480.4119.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.15%
GREEN value IS 118 (46.48% from 255) = 55.66%
BLUE value IS 11 (4.69% from 255) = 5.19%
R=39.15%
G=55.66%
B=5.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83118110.3000.910.5479.6382.9525.29
Hex5376B1E05B36505319
Octal123166133601336612012331
Binary10100111110110101111110010110111101101010000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53760B; }

 p { color: rgb(83,118,11); }

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

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

 a { background-color: rgb(83,118,11); }

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

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

 span { border-color: rgb(83,118,11); }

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