#146727

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

Shades of Crusoe #146727

Tints of Crusoe #146727

Color information

#146727 (or 0x146727) is unknown color: approx Crusoe. HEX triplet: 14, 67 and 27. RGB value is (20,103,39). Sum of RGB (Red+Green+Blue) = 20+103+39=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 103 (40.62% from 255 or 63.58% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 103 - color contains mainly: green. Hex color #146727 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146727 is #EB98D8. Grayscale: #474747. Windows color (decimal): -15440089 or 2582292. OLE color: 2582292.

HSL color Cylindrical-coordinate representation of color #146727: hue angle of 133.73º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146727 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB2010339-
CMYK0.8100.620.60
HSL133.73º67.48%24.12%-
HSV(B)133.73º80.58%40.39%-
XYZ5.5103.56-
YUV70.8911091.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 103 (40.62% from 255) = 63.58%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=12.35%
G=63.58%
B=24.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20103390.8100.620.60133.7367.4824.12
Hex1467275103E3C864318
Octal24147471210767420610330
Binary1010011001111001111010001011111011110010000110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146727; }

 p { color: rgb(20,103,39); }

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

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

 a { background-color: rgb(20,103,39); }

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

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

 span { border-color: rgb(20,103,39); }

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