#1B5423

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

Shades of Crusoe #1B5423

Tints of Crusoe #1B5423

Color information

#1B5423 (or 0x1B5423) is unknown color: approx Crusoe. HEX triplet: 1B, 54 and 23. RGB value is (27,84,35). Sum of RGB (Red+Green+Blue) = 27+84+35=146 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.49% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #1B5423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5423 is #E4ABDC. Grayscale: #3D3D3D. Windows color (decimal): -14986205 or 2315291. OLE color: 2315291.

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

Color convert

RGB278435-
CMYK0.6800.580.67
HSL128.42º51.35%21.76%-
HSV(B)128.42º67.86%32.94%-
XYZ3.936.72.68-
YUV61.37113.12103.48-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.49%
GREEN value IS 84 (33.20% from 255) = 57.53%
BLUE value IS 35 (14.06% from 255) = 23.97%
R=18.49%
G=57.53%
B=23.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2784350.6800.580.67128.4251.3521.76
Hex1B54234403A43803316
Octal33124431040721032006326
Binary1101110101001000111000100011101010000111000000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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