#145925

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

Shades of Crusoe #145925

Tints of Crusoe #145925

Color information

#145925 (or 0x145925) is unknown color: approx Crusoe. HEX triplet: 14, 59 and 25. RGB value is (20,89,37). Sum of RGB (Red+Green+Blue) = 20+89+37=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 89 (35.16% from 255 or 60.96% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 89 - color contains mainly: green. Hex color #145925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145925 is #EBA6DA. Grayscale: #3E3E3E. Windows color (decimal): -15443675 or 2447636. OLE color: 2447636.

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

Color convert

RGB208937-
CMYK0.7800.580.65
HSL134.78º63.3%21.37%-
HSV(B)134.78º77.53%34.9%-
XYZ4.197.432.96-
YUV62.44113.6497.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 89 (35.16% from 255) = 60.96%
BLUE value IS 37 (14.84% from 255) = 25.34%
R=13.70%
G=60.96%
B=25.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089370.7800.580.65134.7863.321.37
Hex1459254E03A41873f15
Octal24131451160721012077725
Binary1010010110011001011001110011101010000011000011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145925; }

 p { color: rgb(20,89,37); }

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

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

 a { background-color: rgb(20,89,37); }

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

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

 span { border-color: rgb(20,89,37); }

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