#52760F

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

Shades of Fiji Green #52760F

Tints of Fiji Green #52760F

Color information

#52760F (or 0x52760F) is unknown color: approx Fiji Green. HEX triplet: 52, 76 and 0F. RGB value is (82,118,15). Sum of RGB (Red+Green+Blue) = 82+118+15=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #52760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52760F is #AD89F0. Grayscale: #5F5F5F. Windows color (decimal): -11373041 or 1013330. OLE color: 1013330.

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

Color convert

RGB8211815-
CMYK0.3100.870.54
HSL80.97º77.44%26.08%-
HSV(B)80.97º87.29%46.27%-
XYZ10.0414.792.78-
YUV95.4982.57118.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.14%
GREEN value IS 118 (46.48% from 255) = 54.88%
BLUE value IS 15 (6.25% from 255) = 6.98%
R=38.14%
G=54.88%
B=6.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118150.3100.870.5480.9777.4426.08
Hex5276F1F05736514d1a
Octal122166173701276612111532
Binary10100101110110111111111010101111101101010001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52760F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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