#145323

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

Shades of Crusoe #145323

Tints of Crusoe #145323

Color information

#145323 (or 0x145323) is unknown color: approx Crusoe. HEX triplet: 14, 53 and 23. RGB value is (20,83,35). Sum of RGB (Red+Green+Blue) = 20+83+35=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #145323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145323 is #EBACDC. Grayscale: #3A3A3A. Windows color (decimal): -15445213 or 2315028. OLE color: 2315028.

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

Color convert

RGB208335-
CMYK0.7600.580.67
HSL134.29º61.17%20.2%-
HSV(B)134.29º75.9%32.55%-
XYZ3.696.462.64-
YUV58.69114.63100.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 83 (32.81% from 255) = 60.14%
BLUE value IS 35 (14.06% from 255) = 25.36%
R=14.49%
G=60.14%
B=25.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083350.7600.580.67134.2961.1720.2
Hex1453234C03A43863d14
Octal24123431140721032067524
Binary1010010100111000111001100011101010000111000011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145323; }

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

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

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

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

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

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

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

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