Html Css Color HEX #145743 Jewel

📋 copy color: '#145743'

red 20 ◦ green 87 ◦ blue 67

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

Shades of Jewel #145743

Tints of Jewel #145743

RGB

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

 GREEN value IS 87 (34.38% from 255) = 50%

 BLUE value IS 67 (26.56% from 255) = 38.51%

R = 11.49%
G = 50%
B = 38.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#145743 (or 0x145743) is known color: Jewel. HEX triplet: 14, 57 and 43. RGB value is (20,87,67). Sum of RGB (Red+Green+Blue) = 20+87+67=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 87 - color contains mainly: green. Hex color #145743 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145743 is #EBA8BC. Grayscale: #404040. Windows color (decimal): -15444157 or 4413204. OLE color: 4413204.

HSL color Cylindrical-coordinate representation of color #145743: hue angle of 162.09º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145743 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 87 67 -
CMYK 0.77 0 0.23 0.66
HSL 162.09º 0.63% 0.21% -
HSV(B) 162.09º 0.77% 0.34% -
XYZ 4.71 7.37 6.48 -
YUV 64.69 129.3 96.13 -
System Red Green Blue C M Y K H S L
Decimal 20 87 67 0.77 0 0.23 0.66 162.09 0.63 0.21
Hex 14 57 43 4D 0 17 42 A2 3F 15
Octal 24 127 103 115 0 27 102 242 77 25
Binary 10100 1010111 1000011 1001101 0 10111 1000010 10100010 111111 10101

Color Harmonies of #145743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145743

Black with #145743

Text Example


Text Example

White with #145743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145743; }

 p { color: rgb(20,87,67); }

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

background-color css

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

 a { background-color: rgb(20,87,67); }

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

border-color css

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

 span { border-color: rgb(20,87,67); }

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