#145321

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

Shades of Crusoe #145321

Tints of Crusoe #145321

Color information

#145321 (or 0x145321) is unknown color: approx Crusoe. HEX triplet: 14, 53 and 21. RGB value is (20,83,33). Sum of RGB (Red+Green+Blue) = 20+83+33=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #145321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145321 is #EBACDE. Grayscale: #3A3A3A. Windows color (decimal): -15445215 or 2183956. OLE color: 2183956.

HSL color Cylindrical-coordinate representation of color #145321: hue angle of 132.38º degrees, saturation: 0.61, 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 #145321 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB208333-
CMYK0.7600.600.67
HSL132.38º61.17%20.2%-
HSV(B)132.38º75.9%32.55%-
XYZ3.666.452.49-
YUV58.46113.63100.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.71%
GREEN value IS 83 (32.81% from 255) = 61.03%
BLUE value IS 33 (13.28% from 255) = 24.26%
R=14.71%
G=61.03%
B=24.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083330.7600.600.67132.3861.1720.2
Hex1453214C03C43843d14
Octal24123411140741032047524
Binary1010010100111000011001100011110010000111000010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145321; }

 p { color: rgb(20,83,33); }

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

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

 a { background-color: rgb(20,83,33); }

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

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

 span { border-color: rgb(20,83,33); }

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