#066026

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

Shades of Crusoe #066026

Tints of Crusoe #066026

Color information

#066026 (or 0x066026) is unknown color: approx Crusoe. HEX triplet: 06, 60 and 26. RGB value is (6,96,38). Sum of RGB (Red+Green+Blue) = 6+96+38=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 96 (37.89% from 255 or 68.57% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 96 - color contains mainly: green. Hex color #066026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066026 is #F99FD9. Grayscale: #3E3E3E. Windows color (decimal): -16359386 or 2514950. OLE color: 2514950.

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

Color convert

RGB69638-
CMYK0.9400.600.62
HSL141.33º88.24%20%-
HSV(B)141.33º93.75%37.65%-
XYZ4.618.543.24-
YUV62.48114.1887.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 96 (37.89% from 255) = 68.57%
BLUE value IS 38 (15.23% from 255) = 27.14%
R=4.29%
G=68.57%
B=27.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696380.9400.600.62141.3388.2420
Hex660265E03C3E8d5814
Octal6140461360747621513024
Binary11011000001001101011110011110011111010001101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066026; }

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

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

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

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

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

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

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

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