Html Css Color HEX #155D46 Jewel

📋 copy color: '#155D46'

red 21 ◦ green 93 ◦ blue 70

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

Shades of Jewel #155D46

Tints of Jewel #155D46

RGB

 RED value IS 21 (8.59% from 255) = 11.41%

 GREEN value IS 93 (36.72% from 255) = 50.54%

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

R = 11.41%
G = 50.54%
B = 38.04%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#155D46 (or 0x155D46) is known color: Jewel. HEX triplet: 15, 5D and 46. RGB value is (21,93,70). Sum of RGB (Red+Green+Blue) = 21+93+70=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 93 (36.72% from 255 or 50.54% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 93 - color contains mainly: green. Hex color #155D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155D46 is #EAA2B9. Grayscale: #444444. Windows color (decimal): -15377082 or 4611349. OLE color: 4611349.

HSL color Cylindrical-coordinate representation of color #155D46: hue angle of 160.83º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155D46 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 93 70 -
CMYK 0.77 0 0.25 0.64
HSL 160.83º 0.63% 0.22% -
HSV(B) 160.83º 0.77% 0.36% -
XYZ 5.33 8.43 7.14 -
YUV 68.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 21 93 70 0.77 0 0.25 0.64 160.83 0.63 0.22
Hex 15 5D 46 4D 0 19 40 A1 3F 16
Octal 25 135 106 115 0 31 100 241 77 26
Binary 10101 1011101 1000110 1001101 0 11001 1000000 10100001 111111 10110

Color Harmonies of #155D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D46

Black with #155D46

Text Example


Text Example

White with #155D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155D46; }

 p { color: rgb(21,93,70); }

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

background-color css

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

 a { background-color: rgb(21,93,70); }

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

border-color css

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

 span { border-color: rgb(21,93,70); }

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