#627320

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

Shades of Fiji Green #627320

Tints of Fiji Green #627320

Color information

#627320 (or 0x627320) is unknown color: approx Fiji Green. HEX triplet: 62, 73 and 20. RGB value is (98,115,32). Sum of RGB (Red+Green+Blue) = 98+115+32=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #627320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627320 is #9D8CDF. Grayscale: #646464. Windows color (decimal): -10325216 or 2126690. OLE color: 2126690.

HSL color Cylindrical-coordinate representation of color #627320: hue angle of 72.29º 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 #627320 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB9811532-
CMYK0.1500.720.55
HSL72.29º56.46%28.82%-
HSV(B)72.29º72.17%45.1%-
XYZ11.4314.963.65-
YUV100.4589.37126.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40%
GREEN value IS 115 (45.31% from 255) = 46.94%
BLUE value IS 32 (12.89% from 255) = 13.06%
R=40%
G=46.94%
B=13.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98115320.1500.720.5572.2956.4628.82
Hex627320F0483748381d
Octal14216340170110671107035
Binary11000101110011100000111101001000110111100100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627320; }

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

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

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

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

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

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

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

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