#62735F

Color #62735F Finlandia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finlandia #62735F

Tints of Finlandia #62735F

Color information

#62735F (or 0x62735F) is unknown color: approx Finlandia. HEX triplet: 62, 73 and 5F. RGB value is (98,115,95). Sum of RGB (Red+Green+Blue) = 98+115+95=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #62735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62735F is #9D8CA0. Grayscale: #6B6B6B. Windows color (decimal): -10325153 or 6255458. OLE color: 6255458.

HSL color Cylindrical-coordinate representation of color #62735F: hue angle of 111º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #62735F is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB9811595-
CMYK0.1500.170.55
HSL111º9.52%41.18%-
HSV(B)111º17.39%45.1%-
XYZ13.2315.6813.16-
YUV107.64120.87121.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.82%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=31.82%
G=37.34%
B=30.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98115950.1500.170.551119.5241.18
Hex62735FF011376fa29
Octal14216313717021671571251
Binary110001011100111011111111101000111011111011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62735F; }

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

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

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

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

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

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

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

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