#62641C

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

Shades of Fiji Green #62641C

Tints of Fiji Green #62641C

Color information

#62641C (or 0x62641C) is unknown color: approx Fiji Green. HEX triplet: 62, 64 and 1C. RGB value is (98,100,28). Sum of RGB (Red+Green+Blue) = 98+100+28=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 100 - color contains mainly: green. Hex color #62641C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62641C is #9D9BE3. Grayscale: #5B5B5B. Windows color (decimal): -10329060 or 1860706. OLE color: 1860706.

HSL color Cylindrical-coordinate representation of color #62641C: hue angle of 61.67º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62641C is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB9810028-
CMYK0.0200.720.61
HSL61.67º56.25%25.1%-
HSV(B)61.67º72%39.22%-
XYZ9.811.792.86-
YUV91.1992.34132.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.36%
GREEN value IS 100 (39.45% from 255) = 44.25%
BLUE value IS 28 (11.33% from 255) = 12.39%
R=43.36%
G=44.25%
B=12.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal98100280.0200.720.6161.6756.2525.1
Hex62641C20483D3e3819
Octal142144342011075767031
Binary1100010110010011100100100100011110111111011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62641C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62641C; }

 p { color: rgb(98,100,28); }

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

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

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

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

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

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

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