#1B5427

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

Shades of Crusoe #1B5427

Tints of Crusoe #1B5427

Color information

#1B5427 (or 0x1B5427) is unknown color: approx Crusoe. HEX triplet: 1B, 54 and 27. RGB value is (27,84,39). Sum of RGB (Red+Green+Blue) = 27+84+39=150 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18% from 150); Green value is 84 (33.20% from 255 or 56% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 84 - color contains mainly: green. Hex color #1B5427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5427 is #E4ABD8. Grayscale: #3D3D3D. Windows color (decimal): -14986201 or 2577435. OLE color: 2577435.

HSL color Cylindrical-coordinate representation of color #1B5427: hue angle of 132.63º degrees, saturation: 0.51, 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 #1B5427 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB278439-
CMYK0.6800.540.67
HSL132.63º51.35%21.76%-
HSV(B)132.63º67.86%32.94%-
XYZ3.996.723.01-
YUV61.83115.12103.16-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18%
GREEN value IS 84 (33.20% from 255) = 56%
BLUE value IS 39 (15.62% from 255) = 26%
R=18%
G=56%
B=26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2784390.6800.540.67132.6351.3521.76
Hex1B54274403643853316
Octal33124471040661032056326
Binary1101110101001001111000100011011010000111000010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,84,39); }

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

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

 a { background-color: rgb(27,84,39); }

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

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

 span { border-color: rgb(27,84,39); }

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