#146626

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

Shades of Crusoe #146626

Tints of Crusoe #146626

Color information

#146626 (or 0x146626) is unknown color: approx Crusoe. HEX triplet: 14, 66 and 26. RGB value is (20,102,38). Sum of RGB (Red+Green+Blue) = 20+102+38=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 102 (40.23% from 255 or 63.75% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 102 - color contains mainly: green. Hex color #146626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146626 is #EB99D9. Grayscale: #464646. Windows color (decimal): -15440346 or 2516500. OLE color: 2516500.

HSL color Cylindrical-coordinate representation of color #146626: hue angle of 133.17º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146626 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB2010238-
CMYK0.8000.630.6
HSL133.17º67.21%23.92%-
HSV(B)133.17º80.39%40%-
XYZ5.399.793.44-
YUV70.19109.8392.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 102 (40.23% from 255) = 63.75%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=12.5%
G=63.75%
B=23.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102380.8000.630.6133.1767.2123.92
Hex1466265003F3C854318
Octal24146461200777420510330
Binary1010011001101001101010000011111111110010000101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146626; }

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

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

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

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

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

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

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

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