#53661A

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

Shades of Fiji Green #53661A

Tints of Fiji Green #53661A

Color information

#53661A (or 0x53661A) is unknown color: approx Fiji Green. HEX triplet: 53, 66 and 1A. RGB value is (83,102,26). Sum of RGB (Red+Green+Blue) = 83+102+26=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #53661A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53661A is #AC99E5. Grayscale: #575757. Windows color (decimal): -11311590 or 1730131. OLE color: 1730131.

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

Color convert

RGB8310226-
CMYK0.1900.750.6
HSL75º59.38%25.1%-
HSV(B)75º74.51%40%-
XYZ8.5111.422.73-
YUV87.6693.21124.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 102 (40.23% from 255) = 48.34%
BLUE value IS 26 (10.55% from 255) = 12.32%
R=39.34%
G=48.34%
B=12.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83102260.1900.750.67559.3825.1
Hex53661A1304B3C4b3b19
Octal12314632230113741137331
Binary10100111100110110101001101001011111100100101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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