Html Css Color HEX #145843 Jewel

📋 copy color: '#145843'

red 20 ◦ green 88 ◦ blue 67

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

Shades of Jewel #145843

Tints of Jewel #145843

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.29%

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

R = 11.43%
G = 50.29%
B = 38.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#145843 (or 0x145843) is known color: Jewel. HEX triplet: 14, 58 and 43. RGB value is (20,88,67). Sum of RGB (Red+Green+Blue) = 20+88+67=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #145843 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145843 is #EBA7BC. Grayscale: #414141. Windows color (decimal): -15443901 or 4413460. OLE color: 4413460.

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

Color convert

RGB 20 88 67 -
CMYK 0.77 0 0.24 0.65
HSL 161.47º 0.63% 0.21% -
HSV(B) 161.47º 0.77% 0.35% -
XYZ 4.79 7.53 6.51 -
YUV 65.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 20 88 67 0.77 0 0.24 0.65 161.47 0.63 0.21
Hex 14 58 43 4D 0 18 41 A1 3F 15
Octal 24 130 103 115 0 30 101 241 77 25
Binary 10100 1011000 1000011 1001101 0 11000 1000001 10100001 111111 10101

Color Harmonies of #145843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145843

Black with #145843

Text Example


Text Example

White with #145843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145843; }

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

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

background-color css

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

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

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

border-color css

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

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

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