#146726

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

Shades of Crusoe #146726

Tints of Crusoe #146726

Color information

#146726 (or 0x146726) is unknown color: approx Crusoe. HEX triplet: 14, 67 and 26. RGB value is (20,103,38). Sum of RGB (Red+Green+Blue) = 20+103+38=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 103 (40.62% from 255 or 63.98% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 103 - color contains mainly: green. Hex color #146726 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146726 is #EB98D9. Grayscale: #464646. Windows color (decimal): -15440090 or 2516756. OLE color: 2516756.

HSL color Cylindrical-coordinate representation of color #146726: hue angle of 133.01º 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 #146726 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB2010338-
CMYK0.8100.630.60
HSL133.01º67.48%24.12%-
HSV(B)133.01º80.58%40.39%-
XYZ5.499.993.47-
YUV70.77109.591.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 103 (40.62% from 255) = 63.98%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=12.42%
G=63.98%
B=23.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20103380.8100.630.60133.0167.4824.12
Hex1467265103F3C854318
Octal24147461210777420510330
Binary1010011001111001101010001011111111110010000101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146726; }

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

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

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

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

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

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

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

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