#105028

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

Shades of Crusoe #105028

Tints of Crusoe #105028

Color information

#105028 (or 0x105028) is unknown color: approx Crusoe. HEX triplet: 10, 50 and 28. RGB value is (16,80,40). Sum of RGB (Red+Green+Blue) = 16+80+40=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #105028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105028 is #EFAFD7. Grayscale: #383838. Windows color (decimal): -15708120 or 2641936. OLE color: 2641936.

HSL color Cylindrical-coordinate representation of color #105028: hue angle of 142.5º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #105028 is Cyan = 0.80, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB168040-
CMYK0.8000.50.69
HSL142.5º66.67%18.82%-
HSV(B)142.5º80%31.37%-
XYZ3.4762.98-
YUV56.3118.899.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.76%
GREEN value IS 80 (31.64% from 255) = 58.82%
BLUE value IS 40 (16.02% from 255) = 29.41%
R=11.76%
G=58.82%
B=29.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1680400.8000.50.69142.566.6718.82
Hex10502850032458e4313
Octal201205012006210521610323
Binary10000101000010100010100000110010100010110001110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105028; }

 p { color: rgb(16,80,40); }

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

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

 a { background-color: rgb(16,80,40); }

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

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

 span { border-color: rgb(16,80,40); }

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