#1B5738

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

Shades of Crusoe #1B5738

Tints of Crusoe #1B5738

Color information

#1B5738 (or 0x1B5738) is unknown color: approx Crusoe. HEX triplet: 1B, 57 and 38. RGB value is (27,87,56). Sum of RGB (Red+Green+Blue) = 27+87+56=170 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.88% from 170); Green value is 87 (34.38% from 255 or 51.18% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 87 - color contains mainly: green. Hex color #1B5738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5738 is #E4A8C7. Grayscale: #414141. Windows color (decimal): -14985416 or 3692315. OLE color: 3692315.

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

Color convert

RGB278756-
CMYK0.6900.360.66
HSL149º52.63%22.35%-
HSV(B)149º68.97%34.12%-
XYZ4.577.334.92-
YUV65.53122.62100.52-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.88%
GREEN value IS 87 (34.38% from 255) = 51.18%
BLUE value IS 56 (22.27% from 255) = 32.94%
R=15.88%
G=51.18%
B=32.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2787560.6900.360.6614952.6322.35
Hex1B57384502442953516
Octal33127701050441022256526
Binary1101110101111110001000101010010010000101001010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,87,56); }

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

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

 a { background-color: rgb(27,87,56); }

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

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

 span { border-color: rgb(27,87,56); }

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