#14551E

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

Shades of Crusoe #14551E

Tints of Crusoe #14551E

Color information

#14551E (or 0x14551E) is unknown color: approx Crusoe. HEX triplet: 14, 55 and 1E. RGB value is (20,85,30). Sum of RGB (Red+Green+Blue) = 20+85+30=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #14551E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14551E is #EBAAE1. Grayscale: #3B3B3B. Windows color (decimal): -15444706 or 1987860. OLE color: 1987860.

HSL color Cylindrical-coordinate representation of color #14551E: hue angle of 129.23º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #14551E is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB208530-
CMYK0.7600.650.67
HSL129.23º61.9%20.59%-
HSV(B)129.23º76.47%33.33%-
XYZ3.776.742.33-
YUV59.29111.4799.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 85 (33.59% from 255) = 62.96%
BLUE value IS 30 (12.11% from 255) = 22.22%
R=14.81%
G=62.96%
B=22.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2085300.7600.650.67129.2361.920.59
Hex14551E4C04143813e15
Octal241253611401011032017625
Binary1010010101011111010011000100000110000111000000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14551E; }

 p { color: rgb(20,85,30); }

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

<style>
 a { background-color: #14551E; }

 a { background-color: rgb(20,85,30); }

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

<style>
 span { border-color: #14551E; }

 span { border-color: rgb(20,85,30); }

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