#066023

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

Shades of Crusoe #066023

Tints of Crusoe #066023

Color information

#066023 (or 0x066023) is unknown color: approx Crusoe. HEX triplet: 06, 60 and 23. RGB value is (6,96,35). Sum of RGB (Red+Green+Blue) = 6+96+35=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 96 (37.89% from 255 or 70.07% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 96 - color contains mainly: green. Hex color #066023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066023 is #F99FDC. Grayscale: #3E3E3E. Windows color (decimal): -16359389 or 2318342. OLE color: 2318342.

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

Color convert

RGB69635-
CMYK0.9400.640.62
HSL139.33º88.24%20%-
HSV(B)139.33º93.75%37.65%-
XYZ4.568.533-
YUV62.14112.6887.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 96 (37.89% from 255) = 70.07%
BLUE value IS 35 (14.06% from 255) = 25.55%
R=4.38%
G=70.07%
B=25.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696350.9400.640.62139.3388.2420
Hex660235E0403E8b5814
Octal61404313601007621313024
Binary110110000010001110111100100000011111010001011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066023; }

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

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

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

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

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

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

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

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