#52760D

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

Shades of Fiji Green #52760D

Tints of Fiji Green #52760D

Color information

#52760D (or 0x52760D) is unknown color: approx Fiji Green. HEX triplet: 52, 76 and 0D. RGB value is (82,118,13). Sum of RGB (Red+Green+Blue) = 82+118+13=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #52760D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52760D is #AD89F2. Grayscale: #5F5F5F. Windows color (decimal): -11373043 or 882258. OLE color: 882258.

HSL color Cylindrical-coordinate representation of color #52760D: hue angle of 80.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52760D is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB8211813-
CMYK0.3100.890.54
HSL80.57º80.15%25.69%-
HSV(B)80.57º88.98%46.27%-
XYZ10.0314.782.7-
YUV95.2781.57118.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 118 (46.48% from 255) = 55.40%
BLUE value IS 13 (5.47% from 255) = 6.10%
R=38.50%
G=55.40%
B=6.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118130.3100.890.5480.5780.1525.69
Hex5276D1F0593651501a
Octal122166153701316612112032
Binary10100101110110110111111010110011101101010001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52760D; }

 p { color: rgb(82,118,13); }

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

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

 a { background-color: rgb(82,118,13); }

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

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

 span { border-color: rgb(82,118,13); }

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