#146025

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

Shades of Crusoe #146025

Tints of Crusoe #146025

Color information

#146025 (or 0x146025) is unknown color: approx Crusoe. HEX triplet: 14, 60 and 25. RGB value is (20,96,37). Sum of RGB (Red+Green+Blue) = 20+96+37=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #146025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146025 is #EB9FDA. Grayscale: #424242. Windows color (decimal): -15441883 or 2449428. OLE color: 2449428.

HSL color Cylindrical-coordinate representation of color #146025: hue angle of 133.42º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146025 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB209637-
CMYK0.7900.610.62
HSL133.42º65.52%22.75%-
HSV(B)133.42º79.17%37.65%-
XYZ4.818.653.17-
YUV66.55111.3294.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 96 (37.89% from 255) = 62.75%
BLUE value IS 37 (14.84% from 255) = 24.18%
R=13.07%
G=62.75%
B=24.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096370.7900.610.62133.4265.5222.75
Hex1460254F03D3E854217
Octal24140451170757620510227
Binary1010011000001001011001111011110111111010000101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146025; }

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

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

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

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

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

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

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

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