#066041

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

Shades of Jewel #066041

Tints of Jewel #066041

Color information

#066041 (or 0x066041) is unknown color: approx Jewel. HEX triplet: 06, 60 and 41. RGB value is (6,96,65). Sum of RGB (Red+Green+Blue) = 6+96+65=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #066041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066041 is #F99FBE. Grayscale: #414141. Windows color (decimal): -16359359 or 4284422. OLE color: 4284422.

HSL color Cylindrical-coordinate representation of color #066041: hue angle of 159.33º 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 #066041 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB69665-
CMYK0.9400.320.62
HSL159.33º88.24%20%-
HSV(B)159.33º93.75%37.65%-
XYZ5.218.796.42-
YUV65.56127.6885.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.59%
GREEN value IS 96 (37.89% from 255) = 57.49%
BLUE value IS 65 (25.78% from 255) = 38.92%
R=3.59%
G=57.49%
B=38.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696650.9400.320.62159.3388.2420
Hex660415E0203E9f5814
Octal61401011360407623713024
Binary110110000010000011011110010000011111010011111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066041; }

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

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

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

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

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

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

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

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