#146126

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

Shades of Crusoe #146126

Tints of Crusoe #146126

Color information

#146126 (or 0x146126) is unknown color: approx Crusoe. HEX triplet: 14, 61 and 26. RGB value is (20,97,38). Sum of RGB (Red+Green+Blue) = 20+97+38=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #146126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146126 is #EB9ED9. Grayscale: #434343. Windows color (decimal): -15441626 or 2515220. OLE color: 2515220.

HSL color Cylindrical-coordinate representation of color #146126: hue angle of 134.03º 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 #146126 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB209738-
CMYK0.7900.610.62
HSL134.03º65.81%22.94%-
HSV(B)134.03º79.38%38.04%-
XYZ4.918.843.28-
YUV67.25111.4994.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 97 (38.28% from 255) = 62.58%
BLUE value IS 38 (15.23% from 255) = 24.52%
R=12.90%
G=62.58%
B=24.52%

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
Decimal2097380.7900.610.62134.0365.8122.94
Hex1461264F03D3E864217
Octal24141461170757620610227
Binary1010011000011001101001111011110111111010000110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146126; }

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

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

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

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

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

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

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

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