#1A6127

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

Shades of Crusoe #1A6127

Tints of Crusoe #1A6127

Color information

#1A6127 (or 0x1A6127) is unknown color: approx Crusoe. HEX triplet: 1A, 61 and 27. RGB value is (26,97,39). Sum of RGB (Red+Green+Blue) = 26+97+39=162 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.05% from 162); Green value is 97 (38.28% from 255 or 59.88% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 97 - color contains mainly: green. Hex color #1A6127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6127 is #E59ED8. Grayscale: #454545. Windows color (decimal): -15048409 or 2580762. OLE color: 2580762.

HSL color Cylindrical-coordinate representation of color #1A6127: hue angle of 130.99º degrees, saturation: 0.58, 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 #1A6127 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB269739-
CMYK0.7300.600.62
HSL130.99º57.72%24.12%-
HSV(B)130.99º73.2%38.04%-
XYZ5.078.923.37-
YUV69.16110.9897.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.05%
GREEN value IS 97 (38.28% from 255) = 59.88%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=16.05%
G=59.88%
B=24.07%

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
Decimal2697390.7300.600.62130.9957.7224.12
Hex1A61274903C3E833a18
Octal3214147111074762037230
Binary110101100001100111100100101111001111101000001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,97,39); }

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

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

 a { background-color: rgb(26,97,39); }

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

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

 span { border-color: rgb(26,97,39); }

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