Html Css Color HEX #155B46 Jewel

📋 copy color: '#155B46'

red 21 ◦ green 91 ◦ blue 70

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

Shades of Jewel #155B46

Tints of Jewel #155B46

RGB

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

 GREEN value IS 91 (35.94% from 255) = 50%

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

R = 11.54%
G = 50%
B = 38.46%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#155B46 (or 0x155B46) is known color: Jewel. HEX triplet: 15, 5B and 46. RGB value is (21,91,70). Sum of RGB (Red+Green+Blue) = 21+91+70=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 91 (35.94% from 255 or 50% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 91 - color contains mainly: green. Hex color #155B46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B46 is #EAA4B9. Grayscale: #434343. Windows color (decimal): -15377594 or 4610837. OLE color: 4610837.

HSL color Cylindrical-coordinate representation of color #155B46: hue angle of 162º degrees, saturation: 0.62, 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 #155B46 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 91 70 -
CMYK 0.77 0 0.23 0.64
HSL 162º 0.63% 0.22% -
HSV(B) 162º 0.77% 0.36% -
XYZ 5.16 8.08 7.08 -
YUV 67.68 129.31 94.71 -
System Red Green Blue C M Y K H S L
Decimal 21 91 70 0.77 0 0.23 0.64 162 0.63 0.22
Hex 15 5B 46 4D 0 17 40 A2 3E 16
Octal 25 133 106 115 0 27 100 242 76 26
Binary 10101 1011011 1000110 1001101 0 10111 1000000 10100010 111110 10110

Color Harmonies of #155B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155B46

Black with #155B46

Text Example


Text Example

White with #155B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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