#1B5328

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

Shades of Crusoe #1B5328

Tints of Crusoe #1B5328

Color information

#1B5328 (or 0x1B5328) is unknown color: approx Crusoe. HEX triplet: 1B, 53 and 28. RGB value is (27,83,40). Sum of RGB (Red+Green+Blue) = 27+83+40=150 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18% from 150); Green value is 83 (32.81% from 255 or 55.33% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 83 - color contains mainly: green. Hex color #1B5328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5328 is #E4ACD7. Grayscale: #3D3D3D. Windows color (decimal): -14986456 or 2642715. OLE color: 2642715.

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

Color convert

RGB278340-
CMYK0.6700.520.67
HSL133.93º50.91%21.57%-
HSV(B)133.93º67.47%32.55%-
XYZ3.936.573.07-
YUV61.35115.95103.5-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18%
GREEN value IS 83 (32.81% from 255) = 55.33%
BLUE value IS 40 (16.02% from 255) = 26.67%
R=18%
G=55.33%
B=26.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2783400.6700.520.67133.9350.9121.57
Hex1B53284303443863316
Octal33123501030641032066326
Binary1101110100111010001000011011010010000111000011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,83,40); }

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

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

 a { background-color: rgb(27,83,40); }

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

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

 span { border-color: rgb(27,83,40); }

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