#066241

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

Shades of Jewel #066241

Tints of Jewel #066241

Color information

#066241 (or 0x066241) is unknown color: approx Jewel. HEX triplet: 06, 62 and 41. RGB value is (6,98,65). Sum of RGB (Red+Green+Blue) = 6+98+65=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #066241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066241 is #F99DBE. Grayscale: #424242. Windows color (decimal): -16358847 or 4284934. OLE color: 4284934.

HSL color Cylindrical-coordinate representation of color #066241: hue angle of 158.48º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066241 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB69865-
CMYK0.9400.340.62
HSL158.48º88.46%20.39%-
HSV(B)158.48º93.88%38.43%-
XYZ5.49.166.48-
YUV66.73127.0284.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.55%
GREEN value IS 98 (38.67% from 255) = 57.99%
BLUE value IS 65 (25.78% from 255) = 38.46%
R=3.55%
G=57.99%
B=38.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal698650.9400.340.62158.4888.4620.39
Hex662415E0223E9e5814
Octal61421011360427623613024
Binary110110001010000011011110010001011111010011110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066241; }

 p { color: rgb(6,98,65); }

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

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

 a { background-color: rgb(6,98,65); }

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

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

 span { border-color: rgb(6,98,65); }

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