#627325

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

Shades of Fiji Green #627325

Tints of Fiji Green #627325

Color information

#627325 (or 0x627325) is unknown color: approx Fiji Green. HEX triplet: 62, 73 and 25. RGB value is (98,115,37). Sum of RGB (Red+Green+Blue) = 98+115+37=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #627325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627325 is #9D8CDA. Grayscale: #656565. Windows color (decimal): -10325211 or 2454370. OLE color: 2454370.

HSL color Cylindrical-coordinate representation of color #627325: hue angle of 73.08º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #627325 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB9811537-
CMYK0.1500.680.55
HSL73.08º51.32%29.8%-
HSV(B)73.08º67.83%45.1%-
XYZ11.514.994.04-
YUV101.0291.87125.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.2%
GREEN value IS 115 (45.31% from 255) = 46%
BLUE value IS 37 (14.84% from 255) = 14.8%
R=39.2%
G=46%
B=14.8%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98115370.1500.680.5573.0851.3229.8
Hex627325F0443749331e
Octal14216345170104671116336
Binary11000101110011100101111101000100110111100100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627325; }

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

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

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

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

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

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

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

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