#626520

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

Shades of Fiji Green #626520

Tints of Fiji Green #626520

Color information

#626520 (or 0x626520) is unknown color: approx Fiji Green. HEX triplet: 62, 65 and 20. RGB value is (98,101,32). Sum of RGB (Red+Green+Blue) = 98+101+32=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #626520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626520 is #9D9ADF. Grayscale: #5C5C5C. Windows color (decimal): -10328800 or 2123106. OLE color: 2123106.

HSL color Cylindrical-coordinate representation of color #626520: hue angle of 62.61º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #626520 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB9810132-
CMYK0.0300.680.60
HSL62.61º51.88%26.08%-
HSV(B)62.61º68.32%39.61%-
XYZ9.9512.013.16-
YUV92.2494.01132.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.42%
GREEN value IS 101 (39.84% from 255) = 43.72%
BLUE value IS 32 (12.89% from 255) = 13.85%
R=42.42%
G=43.72%
B=13.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98101320.0300.680.6062.6151.8826.08
Hex62652030443C3f341a
Octal142145403010474776432
Binary11000101100101100000110100010011110011111111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626520; }

 p { color: rgb(98,101,32); }

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

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

 a { background-color: rgb(98,101,32); }

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

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

 span { border-color: rgb(98,101,32); }

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