#145628

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

Shades of Crusoe #145628

Tints of Crusoe #145628

Color information

#145628 (or 0x145628) is unknown color: approx Crusoe. HEX triplet: 14, 56 and 28. RGB value is (20,86,40). Sum of RGB (Red+Green+Blue) = 20+86+40=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 86 (33.98% from 255 or 58.90% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 86 - color contains mainly: green. Hex color #145628 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145628 is #EBA9D7. Grayscale: #3D3D3D. Windows color (decimal): -15444440 or 2643476. OLE color: 2643476.

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

Color convert

RGB208640-
CMYK0.7700.530.66
HSL138.18º62.26%20.78%-
HSV(B)138.18º76.74%33.73%-
XYZ46.963.14-
YUV61.02116.1398.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 86 (33.98% from 255) = 58.90%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=13.70%
G=58.90%
B=27.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2086400.7700.530.66138.1862.2620.78
Hex1456284D035428a3e15
Octal24126501150651022127625
Binary1010010101101010001001101011010110000101000101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145628; }

 p { color: rgb(20,86,40); }

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

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

 a { background-color: rgb(20,86,40); }

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

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

 span { border-color: rgb(20,86,40); }

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