#146627

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

Shades of Crusoe #146627

Tints of Crusoe #146627

Color information

#146627 (or 0x146627) is unknown color: approx Crusoe. HEX triplet: 14, 66 and 27. RGB value is (20,102,39). Sum of RGB (Red+Green+Blue) = 20+102+39=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 102 (40.23% from 255 or 63.35% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 102 - color contains mainly: green. Hex color #146627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146627 is #EB99D8. Grayscale: #464646. Windows color (decimal): -15440345 or 2582036. OLE color: 2582036.

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

Color convert

RGB2010239-
CMYK0.8000.620.6
HSL133.9º67.21%23.92%-
HSV(B)133.9º80.39%40%-
XYZ5.419.83.53-
YUV70.3110.3392.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 102 (40.23% from 255) = 63.35%
BLUE value IS 39 (15.62% from 255) = 24.22%
R=12.42%
G=63.35%
B=24.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102390.8000.620.6133.967.2123.92
Hex1466275003E3C864318
Octal24146471200767420610330
Binary1010011001101001111010000011111011110010000110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146627; }

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

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

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

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

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

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

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

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