#1A6026

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

Shades of Crusoe #1A6026

Tints of Crusoe #1A6026

Color information

#1A6026 (or 0x1A6026) is unknown color: approx Crusoe. HEX triplet: 1A, 60 and 26. RGB value is (26,96,38). Sum of RGB (Red+Green+Blue) = 26+96+38=160 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.25% from 160); Green value is 96 (37.89% from 255 or 60% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 96 - color contains mainly: green. Hex color #1A6026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6026 is #E59FD9. Grayscale: #444444. Windows color (decimal): -15048666 or 2514970. OLE color: 2514970.

HSL color Cylindrical-coordinate representation of color #1A6026: hue angle of 130.29º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A6026 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB269638-
CMYK0.7300.600.62
HSL130.29º57.38%23.92%-
HSV(B)130.29º72.92%37.65%-
XYZ4.968.733.26-
YUV68.46110.8197.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.25%
GREEN value IS 96 (37.89% from 255) = 60%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=16.25%
G=60%
B=23.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696380.7300.600.62130.2957.3823.92
Hex1A60264903C3E823918
Octal3214046111074762027130
Binary110101100000100110100100101111001111101000001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A6026; }

 p { color: rgb(26,96,38); }

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

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

 a { background-color: rgb(26,96,38); }

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

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

 span { border-color: rgb(26,96,38); }

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