#145D1D

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

Shades of Crusoe #145D1D

Tints of Crusoe #145D1D

Color information

#145D1D (or 0x145D1D) is unknown color: approx Crusoe. HEX triplet: 14, 5D and 1D. RGB value is (20,93,29). Sum of RGB (Red+Green+Blue) = 20+93+29=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 93 (36.72% from 255 or 65.49% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 93 - color contains mainly: green. Hex color #145D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145D1D is #EBA2E2. Grayscale: #404040. Windows color (decimal): -15442659 or 1924372. OLE color: 1924372.

HSL color Cylindrical-coordinate representation of color #145D1D: hue angle of 127.4º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145D1D is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB209329-
CMYK0.7800.690.64
HSL127.4º64.6%22.16%-
HSV(B)127.4º78.49%36.47%-
XYZ4.428.072.49-
YUV63.88108.3296.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.08%
GREEN value IS 93 (36.72% from 255) = 65.49%
BLUE value IS 29 (11.72% from 255) = 20.42%
R=14.08%
G=65.49%
B=20.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2093290.7800.690.64127.464.622.16
Hex145D1D4E045407f4116
Octal2413535116010510017710126
Binary1010010111011110110011100100010110000001111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145D1D; }

 p { color: rgb(20,93,29); }

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

<style>
 a { background-color: #145D1D; }

 a { background-color: rgb(20,93,29); }

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

<style>
 span { border-color: #145D1D; }

 span { border-color: rgb(20,93,29); }

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