#145425

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

Shades of Crusoe #145425

Tints of Crusoe #145425

Color information

#145425 (or 0x145425) is unknown color: approx Crusoe. HEX triplet: 14, 54 and 25. RGB value is (20,84,37). Sum of RGB (Red+Green+Blue) = 20+84+37=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #145425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145425 is #EBABDA. Grayscale: #3B3B3B. Windows color (decimal): -15444955 or 2446356. OLE color: 2446356.

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

Color convert

RGB208437-
CMYK0.7600.560.67
HSL135.94º61.54%20.39%-
HSV(B)135.94º76.19%32.94%-
XYZ3.796.622.83-
YUV59.51115.399.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.18%
GREEN value IS 84 (33.20% from 255) = 59.57%
BLUE value IS 37 (14.84% from 255) = 26.24%
R=14.18%
G=59.57%
B=26.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2084370.7600.560.67135.9461.5420.39
Hex1454254C03843883e14
Octal24124451140701032107624
Binary1010010101001001011001100011100010000111000100011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145425; }

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

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

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

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

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

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

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

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