#146732

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

Shades of Crusoe #146732

Tints of Crusoe #146732

Color information

#146732 (or 0x146732) is unknown color: approx Crusoe. HEX triplet: 14, 67 and 32. RGB value is (20,103,50). Sum of RGB (Red+Green+Blue) = 20+103+50=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 103 (40.62% from 255 or 59.54% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 103 - color contains mainly: green. Hex color #146732 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146732 is #EB98CD. Grayscale: #484848. Windows color (decimal): -15440078 or 3303188. OLE color: 3303188.

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

Color convert

RGB2010350-
CMYK0.8100.510.60
HSL141.69º67.48%24.12%-
HSV(B)141.69º80.58%40.39%-
XYZ5.7110.084.66-
YUV72.14115.590.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 103 (40.62% from 255) = 59.54%
BLUE value IS 50 (19.92% from 255) = 28.90%
R=11.56%
G=59.54%
B=28.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20103500.8100.510.60141.6967.4824.12
Hex146732510333C8e4318
Octal24147621210637421610330
Binary1010011001111100101010001011001111110010001110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146732; }

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

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

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

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

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

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

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

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