#146133

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

Shades of Crusoe #146133

Tints of Crusoe #146133

Color information

#146133 (or 0x146133) is unknown color: approx Crusoe. HEX triplet: 14, 61 and 33. RGB value is (20,97,51). Sum of RGB (Red+Green+Blue) = 20+97+51=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #146133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146133 is #EB9ECC. Grayscale: #444444. Windows color (decimal): -15441613 or 3367188. OLE color: 3367188.

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

Color convert

RGB209751-
CMYK0.7900.470.62
HSL144.16º65.81%22.94%-
HSV(B)144.16º79.38%38.04%-
XYZ5.168.944.59-
YUV68.73117.9993.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.90%
GREEN value IS 97 (38.28% from 255) = 57.74%
BLUE value IS 51 (20.31% from 255) = 30.36%
R=11.90%
G=57.74%
B=30.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097510.7900.470.62144.1665.8122.94
Hex1461334F02F3E904217
Octal24141631170577622010227
Binary1010011000011100111001111010111111111010010000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146133; }

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

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

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

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

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

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

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

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