#53770A

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

Shades of Fiji Green #53770A

Tints of Fiji Green #53770A

Color information

#53770A (or 0x53770A) is unknown color: approx Fiji Green. HEX triplet: 53, 77 and 0A. RGB value is (83,119,10). Sum of RGB (Red+Green+Blue) = 83+119+10=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #53770A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53770A is #AC88F5. Grayscale: #606060. Windows color (decimal): -11307254 or 685907. OLE color: 685907.

HSL color Cylindrical-coordinate representation of color #53770A: hue angle of 79.82º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53770A is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB8311910-
CMYK0.3000.920.53
HSL79.82º84.5%25.29%-
HSV(B)79.82º91.6%46.67%-
XYZ10.2215.052.65-
YUV95.8179.57118.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.15%
GREEN value IS 119 (46.88% from 255) = 56.13%
BLUE value IS 10 (4.30% from 255) = 4.72%
R=39.15%
G=56.13%
B=4.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83119100.3000.920.5379.8284.525.29
Hex5377A1E05C35505419
Octal123167123601346512012431
Binary10100111110111101011110010111001101011010000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53770A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53770A; }

 p { color: rgb(83,119,10); }

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

<style>
 a { background-color: #53770A; }

 a { background-color: rgb(83,119,10); }

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

<style>
 span { border-color: #53770A; }

 span { border-color: rgb(83,119,10); }

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