#145829

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

Shades of Crusoe #145829

Tints of Crusoe #145829

Color information

#145829 (or 0x145829) is unknown color: approx Crusoe. HEX triplet: 14, 58 and 29. RGB value is (20,88,41). Sum of RGB (Red+Green+Blue) = 20+88+41=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 88 (34.77% from 255 or 59.06% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 88 - color contains mainly: green. Hex color #145829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145829 is #EBA7D6. Grayscale: #3E3E3E. Windows color (decimal): -15443927 or 2709524. OLE color: 2709524.

HSL color Cylindrical-coordinate representation of color #145829: hue angle of 138.53º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145829 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB208841-
CMYK0.7700.530.65
HSL138.53º62.96%21.18%-
HSV(B)138.53º77.27%34.51%-
XYZ4.187.293.28-
YUV62.31115.9797.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 88 (34.77% from 255) = 59.06%
BLUE value IS 41 (16.41% from 255) = 27.52%
R=13.42%
G=59.06%
B=27.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2088410.7700.530.65138.5362.9621.18
Hex1458294D035418b3f15
Octal24130511150651012137725
Binary1010010110001010011001101011010110000011000101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145829; }

 p { color: rgb(20,88,41); }

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

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

 a { background-color: rgb(20,88,41); }

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

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

 span { border-color: rgb(20,88,41); }

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