#105C26

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

Shades of Crusoe #105C26

Tints of Crusoe #105C26

Color information

#105C26 (or 0x105C26) is unknown color: approx Crusoe. HEX triplet: 10, 5C and 26. RGB value is (16,92,38). Sum of RGB (Red+Green+Blue) = 16+92+38=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 92 (36.33% from 255 or 63.01% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 92 - color contains mainly: green. Hex color #105C26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105C26 is #EFA3D9. Grayscale: #3F3F3F. Windows color (decimal): -15705050 or 2513936. OLE color: 2513936.

HSL color Cylindrical-coordinate representation of color #105C26: hue angle of 137.37º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105C26 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.

Color convert

RGB169238-
CMYK0.8300.590.64
HSL137.37º70.37%21.18%-
HSV(B)137.37º82.61%36.08%-
XYZ4.397.93.13-
YUV63.12113.8294.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 92 (36.33% from 255) = 63.01%
BLUE value IS 38 (15.23% from 255) = 26.03%
R=10.96%
G=63.01%
B=26.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1692380.8300.590.64137.3770.3721.18
Hex105C265303B40894615
Octal201344612307310021110625
Binary10000101110010011010100110111011100000010001001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105C26; }

 p { color: rgb(16,92,38); }

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

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

 a { background-color: rgb(16,92,38); }

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

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

 span { border-color: rgb(16,92,38); }

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