#14602A

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

Shades of Crusoe #14602A

Tints of Crusoe #14602A

Color information

#14602A (or 0x14602A) is unknown color: approx Crusoe. HEX triplet: 14, 60 and 2A. RGB value is (20,96,42). Sum of RGB (Red+Green+Blue) = 20+96+42=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #14602A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14602A is #EB9FD5. Grayscale: #434343. Windows color (decimal): -15441878 or 2777108. OLE color: 2777108.

HSL color Cylindrical-coordinate representation of color #14602A: hue angle of 137.37º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14602A is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB209642-
CMYK0.7900.560.62
HSL137.37º65.52%22.75%-
HSV(B)137.37º79.17%37.65%-
XYZ4.898.683.61-
YUV67.12113.8294.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 96 (37.89% from 255) = 60.76%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=12.66%
G=60.76%
B=26.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096420.7900.560.62137.3765.5222.75
Hex14602A4F0383E894217
Octal24140521170707621110227
Binary1010011000001010101001111011100011111010001001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14602A; }

 p { color: rgb(20,96,42); }

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

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

 a { background-color: rgb(20,96,42); }

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

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

 span { border-color: rgb(20,96,42); }

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