Html Css Color HEX #145C46 Jewel

📋 copy color: '#145C46'

red 20 ◦ green 92 ◦ blue 70

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

Shades of Jewel #145C46

Tints of Jewel #145C46

RGB

 RED value IS 20 (8.2% from 255) = 10.99%

 GREEN value IS 92 (36.33% from 255) = 50.55%

 BLUE value IS 70 (27.73% from 255) = 38.46%

R = 10.99%
G = 50.55%
B = 38.46%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#145C46 (or 0x145C46) is known color: Jewel. HEX triplet: 14, 5C and 46. RGB value is (20,92,70). Sum of RGB (Red+Green+Blue) = 20+92+70=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 92 (36.33% from 255 or 50.55% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 92 - color contains mainly: green. Hex color #145C46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145C46 is #EBA3B9. Grayscale: #434343. Windows color (decimal): -15442874 or 4611092. OLE color: 4611092.

HSL color Cylindrical-coordinate representation of color #145C46: hue angle of 161.67º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145C46 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 92 70 -
CMYK 0.78 0 0.24 0.64
HSL 161.67º 0.64% 0.22% -
HSV(B) 161.67º 0.78% 0.36% -
XYZ 5.22 8.25 7.11 -
YUV 67.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 20 92 70 0.78 0 0.24 0.64 161.67 0.64 0.22
Hex 14 5C 46 4E 0 18 40 A2 40 16
Octal 24 134 106 116 0 30 100 242 100 26
Binary 10100 1011100 1000110 1001110 0 11000 1000000 10100010 1000000 10110

Color Harmonies of #145C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145C46

Black with #145C46

Text Example


Text Example

White with #145C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145C46; }

 p { color: rgb(20,92,70); }

 H1.HeaderClassName
 {
   color: #145C46;
 }
 .AnyTagClassName
 {
   color: #145C46;
 }
</style>

background-color css

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

 a { background-color: rgb(20,92,70); }

 div.DivClassName
 {
   background-color: #145C46;
 }
 .BgClassName
 {
   background-color: #145C46;
 }
</style>

border-color css

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

 span { border-color: rgb(20,92,70); }

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