#656312

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

Shades of Fiji Green #656312

Tints of Fiji Green #656312

Color information

#656312 (or 0x656312) is unknown color: approx Fiji Green. HEX triplet: 65, 63 and 12. RGB value is (101,99,18). Sum of RGB (Red+Green+Blue) = 101+99+18=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #656312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656312 is #9A9CED. Grayscale: #5A5A5A. Windows color (decimal): -10132718 or 1205093. OLE color: 1205093.

HSL color Cylindrical-coordinate representation of color #656312: hue angle of 58.55º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #656312 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB1019918-
CMYK00.020.820.60
HSL58.55º69.75%23.33%-
HSV(B)58.55º82.18%39.61%-
XYZ9.9411.732.31-
YUV90.3687.16135.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.33%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 18 (7.42% from 255) = 8.26%
R=46.33%
G=45.41%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101991800.020.820.6058.5569.7523.33
Hex65631202523C3b4617
Octal1451432202122747310627
Binary11001011100011100100101010010111100111011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656312; }

 p { color: rgb(101,99,18); }

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

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

 a { background-color: rgb(101,99,18); }

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

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

 span { border-color: rgb(101,99,18); }

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