#1A612C

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

Shades of Crusoe #1A612C

Tints of Crusoe #1A612C

Color information

#1A612C (or 0x1A612C) is unknown color: approx Crusoe. HEX triplet: 1A, 61 and 2C. RGB value is (26,97,44). Sum of RGB (Red+Green+Blue) = 26+97+44=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #1A612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A612C is #E59ED3. Grayscale: #454545. Windows color (decimal): -15048404 or 2908442. OLE color: 2908442.

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

Color convert

RGB269744-
CMYK0.7300.550.62
HSL135.21º57.72%24.12%-
HSV(B)135.21º73.2%38.04%-
XYZ5.168.953.84-
YUV69.73113.4896.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.57%
GREEN value IS 97 (38.28% from 255) = 58.08%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=15.57%
G=58.08%
B=26.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697440.7300.550.62135.2157.7224.12
Hex1A612C490373E873a18
Octal3214154111067762077230
Binary110101100001101100100100101101111111101000011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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