#146230

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

Shades of Crusoe #146230

Tints of Crusoe #146230

Color information

#146230 (or 0x146230) is unknown color: approx Crusoe. HEX triplet: 14, 62 and 30. RGB value is (20,98,48). Sum of RGB (Red+Green+Blue) = 20+98+48=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 98 (38.67% from 255 or 59.04% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 98 - color contains mainly: green. Hex color #146230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146230 is #EB9DCF. Grayscale: #454545. Windows color (decimal): -15441360 or 3170836. OLE color: 3170836.

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

Color convert

RGB209848-
CMYK0.8000.510.62
HSL141.54º66.1%23.14%-
HSV(B)141.54º79.59%38.43%-
XYZ5.199.14.28-
YUV68.98116.1693.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 98 (38.67% from 255) = 59.04%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=12.05%
G=59.04%
B=28.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2098480.8000.510.62141.5466.123.14
Hex146230500333E8e4217
Octal24142601200637621610227
Binary1010011000101100001010000011001111111010001110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146230; }

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

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

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

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

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

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

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

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