Html Css Color HEX #145945 Jewel

📋 copy color: '#145945'

red 20 ◦ green 89 ◦ blue 69

#145945
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #145945

Tints of Jewel #145945

RGB

 RED value IS 20 (8.2% 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 value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#145945 (or 0x145945) is known color: 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

RGB 20 89 69 -
CMYK 0.78 0 0.22 0.65
HSL 162.61º 0.63% 0.21% -
HSV(B) 162.61º 0.78% 0.35% -
XYZ 4.94 7.72 6.86 -
YUV 66.09 129.64 95.13 -
System Red Green Blue C M Y K H S L
Decimal 20 89 69 0.78 0 0.22 0.65 162.61 0.63 0.21
Hex 14 59 45 4E 0 16 41 A3 3F 15
Octal 24 131 105 116 0 26 101 243 77 25
Binary 10100 1011001 1000101 1001110 0 10110 1000001 10100011 111111 10101

Color Harmonies of #145945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145945

Black with #145945

Text Example


Text Example

White with #145945

Text Example


Text Example

HTML Codes & Css Web 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>