#145433

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

Shades of Crusoe #145433

Tints of Crusoe #145433

Color information

#145433 (or 0x145433) is unknown color: approx Crusoe. HEX triplet: 14, 54 and 33. RGB value is (20,84,51). Sum of RGB (Red+Green+Blue) = 20+84+51=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #145433 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145433 is #EBABCC. Grayscale: #3D3D3D. Windows color (decimal): -15444941 or 3363860. OLE color: 3363860.

HSL color Cylindrical-coordinate representation of color #145433: hue angle of 149.06º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145433 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB208451-
CMYK0.7600.390.67
HSL149.06º61.54%20.39%-
HSV(B)149.06º76.19%32.94%-
XYZ4.066.734.22-
YUV61.1122.398.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 84 (33.20% from 255) = 54.19%
BLUE value IS 51 (20.31% from 255) = 32.90%
R=12.90%
G=54.19%
B=32.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2084510.7600.390.67149.0661.5420.39
Hex1454334C02743953e14
Octal24124631140471032257624
Binary1010010101001100111001100010011110000111001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145433; }

 p { color: rgb(20,84,51); }

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

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

 a { background-color: rgb(20,84,51); }

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

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

 span { border-color: rgb(20,84,51); }

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