#145945

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

Shades of Jewel #145945

Tints of Jewel #145945

Color information

#145945 (or 0x145945) is unknown color: approx Jewel. HEX triplet: 14, 59 and 45. RGB value is (20,89,69). Sum of RGB (Red+Green+Blue) = 20+89+69=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #145945 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145945 is #EBA6BA. Grayscale: #424242. Windows color (decimal): -15443643 or 4544788. OLE color: 4544788.

HSL color Cylindrical-coordinate representation of color #145945: hue angle of 162.61º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145945 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB208969-
CMYK0.7800.220.65
HSL162.61º63.3%21.37%-
HSV(B)162.61º77.53%34.9%-
XYZ4.947.726.86-
YUV66.09129.6495.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 89 (35.16% from 255) = 50%
BLUE value IS 69 (27.34% from 255) = 38.76%
R=11.24%
G=50%
B=38.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089690.7800.220.65162.6163.321.37
Hex1459454E01641a33f15
Octal241311051160261012437725
Binary1010010110011000101100111001011010000011010001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145945; }

 p { color: rgb(20,89,69); }

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

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

 a { background-color: rgb(20,89,69); }

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

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

 span { border-color: rgb(20,89,69); }

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