#10651B

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

Shades of Crusoe #10651B

Tints of Crusoe #10651B

Color information

#10651B (or 0x10651B) is unknown color: approx Crusoe. HEX triplet: 10, 65 and 1B. RGB value is (16,101,27). Sum of RGB (Red+Green+Blue) = 16+101+27=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 101 (39.84% from 255 or 70.14% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 101 - color contains mainly: green. Hex color #10651B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10651B is #EF9AE4. Grayscale: #434343. Windows color (decimal): -15702757 or 1795344. OLE color: 1795344.

HSL color Cylindrical-coordinate representation of color #10651B: hue angle of 127.76º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10651B is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1610127-
CMYK0.8400.730.60
HSL127.76º72.65%22.94%-
HSV(B)127.76º84.16%39.61%-
XYZ5.079.52.6-
YUV67.15105.3491.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 101 (39.84% from 255) = 70.14%
BLUE value IS 27 (10.94% from 255) = 18.75%
R=11.11%
G=70.14%
B=18.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16101270.8400.730.60127.7672.6522.94
Hex10651B540493C804917
Octal201453312401117420011127
Binary1000011001011101110101000100100111110010000000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10651B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10651B; }

 p { color: rgb(16,101,27); }

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

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

 a { background-color: rgb(16,101,27); }

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

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

 span { border-color: rgb(16,101,27); }

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