#145027

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

Shades of Crusoe #145027

Tints of Crusoe #145027

Color information

#145027 (or 0x145027) is unknown color: approx Crusoe. HEX triplet: 14, 50 and 27. RGB value is (20,80,39). Sum of RGB (Red+Green+Blue) = 20+80+39=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #145027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145027 is #EBAFD8. Grayscale: #393939. Windows color (decimal): -15445977 or 2576404. OLE color: 2576404.

HSL color Cylindrical-coordinate representation of color #145027: hue angle of 139º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145027 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB208039-
CMYK0.7500.510.69
HSL139º60%19.61%-
HSV(B)139º75%31.37%-
XYZ3.526.032.9-
YUV57.39117.62101.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 80 (31.64% from 255) = 57.55%
BLUE value IS 39 (15.62% from 255) = 28.06%
R=14.39%
G=57.55%
B=28.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2080390.7500.510.691396019.61
Hex1450274B033458b3c14
Octal24120471130631052137424
Binary1010010100001001111001011011001110001011000101111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145027; }

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

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

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

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

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

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

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

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