#106023

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

Shades of Crusoe #106023

Tints of Crusoe #106023

Color information

#106023 (or 0x106023) is unknown color: approx Crusoe. HEX triplet: 10, 60 and 23. RGB value is (16,96,35). Sum of RGB (Red+Green+Blue) = 16+96+35=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #106023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106023 is #EF9FDC. Grayscale: #414141. Windows color (decimal): -15704029 or 2318352. OLE color: 2318352.

HSL color Cylindrical-coordinate representation of color #106023: hue angle of 134.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #106023 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB169635-
CMYK0.8300.640.62
HSL134.25º71.43%21.96%-
HSV(B)134.25º83.33%37.65%-
XYZ4.78.63-
YUV65.1311192.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 96 (37.89% from 255) = 65.31%
BLUE value IS 35 (14.06% from 255) = 23.81%
R=10.88%
G=65.31%
B=23.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696350.8300.640.62134.2571.4321.96
Hex106023530403E864716
Octal201404312301007620610726
Binary10000110000010001110100110100000011111010000110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106023; }

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

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

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

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

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

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

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

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