#626213

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

Shades of Fiji Green #626213

Tints of Fiji Green #626213

Color information

#626213 (or 0x626213) is unknown color: approx Fiji Green. HEX triplet: 62, 62 and 13. RGB value is (98,98,19). Sum of RGB (Red+Green+Blue) = 98+98+19=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 98 - color contains mainly: red, green. Hex color #626213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626213 is #9D9DEC. Grayscale: #595959. Windows color (decimal): -10329581 or 1270370. OLE color: 1270370.

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

Color convert

RGB989819-
CMYK000.810.62
HSL60º67.52%22.94%-
HSV(B)60º80.61%38.43%-
XYZ9.5211.382.31-
YUV88.9988.5134.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 98 (38.67% from 255) = 45.58%
BLUE value IS 19 (7.81% from 255) = 8.84%
R=45.58%
G=45.58%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal989819000.810.626067.5222.94
Hex62621300513E3c4417
Octal1421422300121767410427
Binary1100010110001010011001010001111110111100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626213; }

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

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

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

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

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

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

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

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