#626210

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

Shades of Fiji Green #626210

Tints of Fiji Green #626210

Color information

#626210 (or 0x626210) is unknown color: approx Fiji Green. HEX triplet: 62, 62 and 10. RGB value is (98,98,16). Sum of RGB (Red+Green+Blue) = 98+98+16=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 98 - color contains mainly: red, green. Hex color #626210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626210 is #9D9DEF. Grayscale: #585858. Windows color (decimal): -10329584 or 1073762. OLE color: 1073762.

HSL color Cylindrical-coordinate representation of color #626210: hue angle of 60º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #626210 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB989816-
CMYK000.840.62
HSL60º71.93%22.35%-
HSV(B)60º83.67%38.43%-
XYZ9.511.372.18-
YUV88.6587134.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 98 (38.67% from 255) = 46.23%
BLUE value IS 16 (6.64% from 255) = 7.55%
R=46.23%
G=46.23%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal989816000.840.626071.9322.35
Hex62621000543E3c4816
Octal1421422000124767411026
Binary1100010110001010000001010100111110111100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626210; }

 p { color: rgb(98,98,16); }

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

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

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

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

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

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

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