#146625

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

Shades of Crusoe #146625

Tints of Crusoe #146625

Color information

#146625 (or 0x146625) is unknown color: approx Crusoe. HEX triplet: 14, 66 and 25. RGB value is (20,102,37). Sum of RGB (Red+Green+Blue) = 20+102+37=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 102 (40.23% from 255 or 64.15% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 102 - color contains mainly: green. Hex color #146625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146625 is #EB99DA. Grayscale: #464646. Windows color (decimal): -15440347 or 2450964. OLE color: 2450964.

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

Color convert

RGB2010237-
CMYK0.8000.640.6
HSL132.44º67.21%23.92%-
HSV(B)132.44º80.39%40%-
XYZ5.379.793.36-
YUV70.07109.3392.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 102 (40.23% from 255) = 64.15%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=12.58%
G=64.15%
B=23.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102370.8000.640.6132.4467.2123.92
Hex146625500403C844318
Octal241464512001007420410330
Binary10100110011010010110100000100000011110010000100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146625; }

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

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

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

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

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

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

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

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