#146725

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

Shades of Crusoe #146725

Tints of Crusoe #146725

Color information

#146725 (or 0x146725) is unknown color: approx Crusoe. HEX triplet: 14, 67 and 25. RGB value is (20,103,37). Sum of RGB (Red+Green+Blue) = 20+103+37=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 103 (40.62% from 255 or 64.38% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 103 - color contains mainly: green. Hex color #146725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146725 is #EB98DA. Grayscale: #464646. Windows color (decimal): -15440091 or 2451220. OLE color: 2451220.

HSL color Cylindrical-coordinate representation of color #146725: hue angle of 132.29º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146725 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB2010337-
CMYK0.8100.640.60
HSL132.29º67.48%24.12%-
HSV(B)132.29º80.58%40.39%-
XYZ5.479.983.39-
YUV70.6610991.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 103 (40.62% from 255) = 64.38%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=12.5%
G=64.38%
B=23.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20103370.8100.640.60132.2967.4824.12
Hex146725510403C844318
Octal241474512101007420410330
Binary10100110011110010110100010100000011110010000100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146725; }

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

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

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

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

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

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

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

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