#146233

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

Shades of Crusoe #146233

Tints of Crusoe #146233

Color information

#146233 (or 0x146233) is unknown color: approx Crusoe. HEX triplet: 14, 62 and 33. RGB value is (20,98,51). Sum of RGB (Red+Green+Blue) = 20+98+51=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #146233 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146233 is #EB9DCC. Grayscale: #454545. Windows color (decimal): -15441357 or 3367444. OLE color: 3367444.

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

Color convert

RGB209851-
CMYK0.8000.480.62
HSL143.85º66.1%23.14%-
HSV(B)143.85º79.59%38.43%-
XYZ5.259.124.62-
YUV69.32117.6692.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 98 (38.67% from 255) = 57.99%
BLUE value IS 51 (20.31% from 255) = 30.18%
R=11.83%
G=57.99%
B=30.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2098510.8000.480.62143.8566.123.14
Hex146233500303E904217
Octal24142631200607622010227
Binary1010011000101100111010000011000011111010010000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146233; }

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

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

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

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

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

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

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

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