#10502A

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

Shades of Crusoe #10502A

Tints of Crusoe #10502A

Color information

#10502A (or 0x10502A) is unknown color: approx Crusoe. HEX triplet: 10, 50 and 2A. RGB value is (16,80,42). Sum of RGB (Red+Green+Blue) = 16+80+42=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #10502A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10502A is #EFAFD5. Grayscale: #383838. Windows color (decimal): -15708118 or 2773008. OLE color: 2773008.

HSL color Cylindrical-coordinate representation of color #10502A: hue angle of 144.38º 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 #10502A is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB168042-
CMYK0.8000.480.69
HSL144.38º66.67%18.82%-
HSV(B)144.38º80%31.37%-
XYZ3.56.013.17-
YUV56.53119.899.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.59%
GREEN value IS 80 (31.64% from 255) = 57.97%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=11.59%
G=57.97%
B=30.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1680420.8000.480.69144.3866.6718.82
Hex10502A5003045904313
Octal201205212006010522010323
Binary10000101000010101010100000110000100010110010000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10502A; }

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

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

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

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

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

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

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

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