#1A6125

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

Shades of Crusoe #1A6125

Tints of Crusoe #1A6125

Color information

#1A6125 (or 0x1A6125) is unknown color: approx Crusoe. HEX triplet: 1A, 61 and 25. RGB value is (26,97,37). Sum of RGB (Red+Green+Blue) = 26+97+37=160 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.25% from 160); Green value is 97 (38.28% from 255 or 60.62% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 97 - color contains mainly: green. Hex color #1A6125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6125 is #E59EDA. Grayscale: #454545. Windows color (decimal): -15048411 or 2449690. OLE color: 2449690.

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

Color convert

RGB269737-
CMYK0.7300.620.62
HSL129.3º57.72%24.12%-
HSV(B)129.3º73.2%38.04%-
XYZ5.038.93.2-
YUV68.93109.9897.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.25%
GREEN value IS 97 (38.28% from 255) = 60.62%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=16.25%
G=60.62%
B=23.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697370.7300.620.62129.357.7224.12
Hex1A61254903E3E813a18
Octal3214145111076762017230
Binary110101100001100101100100101111101111101000000111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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