#1A552E

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

Shades of Crusoe #1A552E

Tints of Crusoe #1A552E

Color information

#1A552E (or 0x1A552E) is unknown color: approx Crusoe. HEX triplet: 1A, 55 and 2E. RGB value is (26,85,46). Sum of RGB (Red+Green+Blue) = 26+85+46=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #1A552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A552E is #E5AAD1. Grayscale: #3F3F3F. Windows color (decimal): -15051474 or 3036442. OLE color: 3036442.

HSL color Cylindrical-coordinate representation of color #1A552E: hue angle of 140.34º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A552E is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB268546-
CMYK0.6900.460.67
HSL140.34º53.15%21.76%-
HSV(B)140.34º69.41%33.33%-
XYZ4.176.913.7-
YUV62.91118.45101.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.56%
GREEN value IS 85 (33.59% from 255) = 54.14%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=16.56%
G=54.14%
B=29.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2685460.6900.460.67140.3453.1521.76
Hex1A552E4502E438c3516
Octal32125561050561032146526
Binary1101010101011011101000101010111010000111000110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,85,46); }

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

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

 a { background-color: rgb(26,85,46); }

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

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

 span { border-color: rgb(26,85,46); }

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