#1B592B

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

Shades of Crusoe #1B592B

Tints of Crusoe #1B592B

Color information

#1B592B (or 0x1B592B) is unknown color: approx Crusoe. HEX triplet: 1B, 59 and 2B. RGB value is (27,89,43). Sum of RGB (Red+Green+Blue) = 27+89+43=159 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.98% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #1B592B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B592B is #E4A6D4. Grayscale: #414141. Windows color (decimal): -14984917 or 2840859. OLE color: 2840859.

HSL color Cylindrical-coordinate representation of color #1B592B: hue angle of 135.48º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B592B is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB278943-
CMYK0.7000.520.65
HSL135.48º53.45%22.75%-
HSV(B)135.48º69.66%34.9%-
XYZ4.467.553.51-
YUV65.22115.46100.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.98%
GREEN value IS 89 (35.16% from 255) = 55.97%
BLUE value IS 43 (17.19% from 255) = 27.04%
R=16.98%
G=55.97%
B=27.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2789430.7000.520.65135.4853.4522.75
Hex1B592B4603441873517
Octal33131531060641012076527
Binary1101110110011010111000110011010010000011000011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B592B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,89,43); }

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

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

 a { background-color: rgb(27,89,43); }

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

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

 span { border-color: rgb(27,89,43); }

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