#53661B

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

Shades of Fiji Green #53661B

Tints of Fiji Green #53661B

Color information

#53661B (or 0x53661B) is unknown color: approx Fiji Green. HEX triplet: 53, 66 and 1B. RGB value is (83,102,27). Sum of RGB (Red+Green+Blue) = 83+102+27=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 102 - color contains mainly: green. Hex color #53661B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53661B is #AC99E4. Grayscale: #585858. Windows color (decimal): -11311589 or 1795667. OLE color: 1795667.

HSL color Cylindrical-coordinate representation of color #53661B: hue angle of 75.2º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53661B is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB8310227-
CMYK0.1900.740.6
HSL75.2º58.14%25.29%-
HSV(B)75.2º73.53%40%-
XYZ8.5211.422.79-
YUV87.7793.71124.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.15%
GREEN value IS 102 (40.23% from 255) = 48.11%
BLUE value IS 27 (10.94% from 255) = 12.74%
R=39.15%
G=48.11%
B=12.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83102270.1900.740.675.258.1425.29
Hex53661B1304A3C4b3a19
Octal12314633230112741137231
Binary10100111100110110111001101001010111100100101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53661B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,102,27); }

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

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

 a { background-color: rgb(83,102,27); }

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

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

 span { border-color: rgb(83,102,27); }

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