#10621D

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

Shades of Crusoe #10621D

Tints of Crusoe #10621D

Color information

#10621D (or 0x10621D) is unknown color: approx Crusoe. HEX triplet: 10, 62 and 1D. RGB value is (16,98,29). Sum of RGB (Red+Green+Blue) = 16+98+29=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 98 (38.67% from 255 or 68.53% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 98 - color contains mainly: green. Hex color #10621D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10621D is #EF9DE2. Grayscale: #414141. Windows color (decimal): -15703523 or 1925648. OLE color: 1925648.

HSL color Cylindrical-coordinate representation of color #10621D: hue angle of 129.51º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10621D is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB169829-
CMYK0.8400.700.62
HSL129.51º71.93%22.35%-
HSV(B)129.51º83.67%38.43%-
XYZ4.88.932.63-
YUV65.62107.3392.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.19%
GREEN value IS 98 (38.67% from 255) = 68.53%
BLUE value IS 29 (11.72% from 255) = 20.28%
R=11.19%
G=68.53%
B=20.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698290.8400.700.62129.5171.9322.35
Hex10621D540463E824816
Octal201423512401067620211026
Binary1000011000101110110101000100011011111010000010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10621D; }

 p { color: rgb(16,98,29); }

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

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

 a { background-color: rgb(16,98,29); }

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

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

 span { border-color: rgb(16,98,29); }

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