#627220

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

Shades of Fiji Green #627220

Tints of Fiji Green #627220

Color information

#627220 (or 0x627220) is unknown color: approx Fiji Green. HEX triplet: 62, 72 and 20. RGB value is (98,114,32). Sum of RGB (Red+Green+Blue) = 98+114+32=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #627220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627220 is #9D8DDF. Grayscale: #646464. Windows color (decimal): -10325472 or 2126434. OLE color: 2126434.

HSL color Cylindrical-coordinate representation of color #627220: hue angle of 71.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #627220 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB9811432-
CMYK0.1400.720.55
HSL71.71º56.16%28.63%-
HSV(B)71.71º71.93%44.71%-
XYZ11.3214.743.61-
YUV99.8789.7126.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.16%
GREEN value IS 114 (44.92% from 255) = 46.72%
BLUE value IS 32 (12.89% from 255) = 13.11%
R=40.16%
G=46.72%
B=13.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98114320.1400.720.5571.7156.1628.63
Hex627220E0483748381d
Octal14216240160110671107035
Binary11000101110010100000111001001000110111100100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627220; }

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

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

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

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

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

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

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

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