#1A6132

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

Shades of Crusoe #1A6132

Tints of Crusoe #1A6132

Color information

#1A6132 (or 0x1A6132) is unknown color: approx Crusoe. HEX triplet: 1A, 61 and 32. RGB value is (26,97,50). Sum of RGB (Red+Green+Blue) = 26+97+50=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #1A6132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6132 is #E59ECD. Grayscale: #464646. Windows color (decimal): -15048398 or 3301658. OLE color: 3301658.

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

Color convert

RGB269750-
CMYK0.7300.480.62
HSL140.28º57.72%24.12%-
HSV(B)140.28º73.2%38.04%-
XYZ5.2894.48-
YUV70.41116.4896.32-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.03%
GREEN value IS 97 (38.28% from 255) = 56.07%
BLUE value IS 50 (19.92% from 255) = 28.90%
R=15.03%
G=56.07%
B=28.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697500.7300.480.62140.2857.7224.12
Hex1A6132490303E8c3a18
Octal3214162111060762147230
Binary110101100001110010100100101100001111101000110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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