#52750B

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

Shades of Fiji Green #52750B

Tints of Fiji Green #52750B

Color information

#52750B (or 0x52750B) is unknown color: approx Fiji Green. HEX triplet: 52, 75 and 0B. RGB value is (82,117,11). Sum of RGB (Red+Green+Blue) = 82+117+11=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #52750B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52750B is #AD8AF4. Grayscale: #5E5E5E. Windows color (decimal): -11373301 or 750930. OLE color: 750930.

HSL color Cylindrical-coordinate representation of color #52750B: hue angle of 79.81º 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 #52750B is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB8211711-
CMYK0.3000.910.54
HSL79.81º82.81%25.1%-
HSV(B)79.81º90.6%45.88%-
XYZ9.914.542.6-
YUV94.4580.9119.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 117 (46.09% from 255) = 55.71%
BLUE value IS 11 (4.69% from 255) = 5.24%
R=39.05%
G=55.71%
B=5.24%

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
Decimal82117110.3000.910.5479.8182.8125.1
Hex5275B1E05B36505319
Octal122165133601336612012331
Binary10100101110101101111110010110111101101010000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,117,11); }

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

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

 a { background-color: rgb(82,117,11); }

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

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

 span { border-color: rgb(82,117,11); }

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