#145B1D

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

Shades of Crusoe #145B1D

Tints of Crusoe #145B1D

Color information

#145B1D (or 0x145B1D) is unknown color: approx Crusoe. HEX triplet: 14, 5B and 1D. RGB value is (20,91,29). Sum of RGB (Red+Green+Blue) = 20+91+29=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 91 (35.94% from 255 or 65% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 91 - color contains mainly: green. Hex color #145B1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145B1D is #EBA4E2. Grayscale: #3E3E3E. Windows color (decimal): -15443171 or 1923860. OLE color: 1923860.

HSL color Cylindrical-coordinate representation of color #145B1D: hue angle of 127.61º degrees, saturation: 0.64, 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 #145B1D is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB209129-
CMYK0.7800.680.64
HSL127.61º63.96%21.76%-
HSV(B)127.61º78.02%35.69%-
XYZ4.257.722.43-
YUV62.7108.9897.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 91 (35.94% from 255) = 65%
BLUE value IS 29 (11.72% from 255) = 20.71%
R=14.29%
G=65%
B=20.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2091290.7800.680.64127.6163.9621.76
Hex145B1D4E04440804016
Octal2413335116010410020010026
Binary10100101101111101100111001000100100000010000000100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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