#146631

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

Shades of Crusoe #146631

Tints of Crusoe #146631

Color information

#146631 (or 0x146631) is unknown color: approx Crusoe. HEX triplet: 14, 66 and 31. RGB value is (20,102,49). Sum of RGB (Red+Green+Blue) = 20+102+49=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 102 (40.23% from 255 or 59.65% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 102 - color contains mainly: green. Hex color #146631 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146631 is #EB99CE. Grayscale: #474747. Windows color (decimal): -15440335 or 3237396. OLE color: 3237396.

HSL color Cylindrical-coordinate representation of color #146631: hue angle of 141.22º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146631 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB2010249-
CMYK0.8000.520.6
HSL141.22º67.21%23.92%-
HSV(B)141.22º80.39%40%-
XYZ5.599.874.52-
YUV71.44115.3391.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 102 (40.23% from 255) = 59.65%
BLUE value IS 49 (19.53% from 255) = 28.65%
R=11.70%
G=59.65%
B=28.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102490.8000.520.6141.2267.2123.92
Hex146631500343C8d4318
Octal24146611200647421510330
Binary1010011001101100011010000011010011110010001101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146631; }

 p { color: rgb(20,102,49); }

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

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

 a { background-color: rgb(20,102,49); }

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

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

 span { border-color: rgb(20,102,49); }

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