#145D27

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

Shades of Crusoe #145D27

Tints of Crusoe #145D27

Color information

#145D27 (or 0x145D27) is unknown color: approx Crusoe. HEX triplet: 14, 5D and 27. RGB value is (20,93,39). Sum of RGB (Red+Green+Blue) = 20+93+39=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 93 (36.72% from 255 or 61.18% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 93 - color contains mainly: green. Hex color #145D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145D27 is #EBA2D8. Grayscale: #414141. Windows color (decimal): -15442649 or 2579732. OLE color: 2579732.

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

Color convert

RGB209339-
CMYK0.7800.580.64
HSL135.62º64.6%22.16%-
HSV(B)135.62º78.49%36.47%-
XYZ4.578.123.25-
YUV65.02113.3295.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.16%
GREEN value IS 93 (36.72% from 255) = 61.18%
BLUE value IS 39 (15.62% from 255) = 25.66%
R=13.16%
G=61.18%
B=25.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2093390.7800.580.64135.6264.622.16
Hex145D274E03A40884116
Octal241354711607210021010126
Binary10100101110110011110011100111010100000010001000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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