#146333

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

Shades of Crusoe #146333

Tints of Crusoe #146333

Color information

#146333 (or 0x146333) is unknown color: approx Crusoe. HEX triplet: 14, 63 and 33. RGB value is (20,99,51). Sum of RGB (Red+Green+Blue) = 20+99+51=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #146333 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146333 is #EB9CCC. Grayscale: #464646. Windows color (decimal): -15441101 or 3367700. OLE color: 3367700.

HSL color Cylindrical-coordinate representation of color #146333: hue angle of 143.54º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146333 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB209951-
CMYK0.8000.480.61
HSL143.54º66.39%23.33%-
HSV(B)143.54º79.8%38.82%-
XYZ5.359.314.65-
YUV69.91117.3392.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.76%
GREEN value IS 99 (39.06% from 255) = 58.24%
BLUE value IS 51 (20.31% from 255) = 30%
R=11.76%
G=58.24%
B=30%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099510.8000.480.61143.5466.3923.33
Hex146333500303D904217
Octal24143631200607522010227
Binary1010011000111100111010000011000011110110010000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146333; }

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

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

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

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

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

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

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

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