#1B5535

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

Shades of Crusoe #1B5535

Tints of Crusoe #1B5535

Color information

#1B5535 (or 0x1B5535) is unknown color: approx Crusoe. HEX triplet: 1B, 55 and 35. RGB value is (27,85,53). Sum of RGB (Red+Green+Blue) = 27+85+53=165 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.36% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #1B5535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5535 is #E4AACA. Grayscale: #404040. Windows color (decimal): -14985931 or 3495195. OLE color: 3495195.

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

Color convert

RGB278553-
CMYK0.6800.380.67
HSL146.9º51.79%21.96%-
HSV(B)146.9º68.24%33.33%-
XYZ4.346.994.49-
YUV64.01121.78101.6-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.36%
GREEN value IS 85 (33.59% from 255) = 51.52%
BLUE value IS 53 (21.09% from 255) = 32.12%
R=16.36%
G=51.52%
B=32.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2785530.6800.380.67146.951.7921.96
Hex1B55354402643933416
Octal33125651040461032236426
Binary1101110101011101011000100010011010000111001001111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,85,53); }

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

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

 a { background-color: rgb(27,85,53); }

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

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

 span { border-color: rgb(27,85,53); }

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