#145423

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

Shades of Crusoe #145423

Tints of Crusoe #145423

Color information

#145423 (or 0x145423) is unknown color: approx Crusoe. HEX triplet: 14, 54 and 23. RGB value is (20,84,35). Sum of RGB (Red+Green+Blue) = 20+84+35=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 84 (33.20% from 255 or 60.43% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 84 - color contains mainly: green. Hex color #145423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145423 is #EBABDC. Grayscale: #3B3B3B. Windows color (decimal): -15444957 or 2315284. OLE color: 2315284.

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

Color convert

RGB208435-
CMYK0.7600.580.67
HSL134.06º61.54%20.39%-
HSV(B)134.06º76.19%32.94%-
XYZ3.766.612.67-
YUV59.28114.399.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 84 (33.20% from 255) = 60.43%
BLUE value IS 35 (14.06% from 255) = 25.18%
R=14.39%
G=60.43%
B=25.18%

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
Decimal2084350.7600.580.67134.0661.5420.39
Hex1454234C03A43863e14
Octal24124431140721032067624
Binary1010010101001000111001100011101010000111000011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145423; }

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

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

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

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

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

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

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

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