Html Css Color HEX #155F45 Jewel

📋 copy color: '#155F45'

red 21 ◦ green 95 ◦ blue 69

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

Shades of Jewel #155F45

Tints of Jewel #155F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 51.35%

 BLUE value IS 69 (27.34% from 255) = 37.3%

R = 11.35%
G = 51.35%
B = 37.3%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.27

 K value IS 0.63

RGB Variations

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

Color information

#155F45 (or 0x155F45) is known color: Jewel. HEX triplet: 15, 5F and 45. RGB value is (21,95,69). Sum of RGB (Red+Green+Blue) = 21+95+69=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 95 (37.5% from 255 or 51.35% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 95 - color contains mainly: green. Hex color #155F45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155F45 is #EAA0BA. Grayscale: #454545. Windows color (decimal): -15376571 or 4546325. OLE color: 4546325.

HSL color Cylindrical-coordinate representation of color #155F45: hue angle of 158.92º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155F45 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 95 69 -
CMYK 0.78 0 0.27 0.63
HSL 158.92º 0.64% 0.23% -
HSV(B) 158.92º 0.78% 0.37% -
XYZ 5.48 8.77 7.04 -
YUV 69.91 127.48 93.11 -
System Red Green Blue C M Y K H S L
Decimal 21 95 69 0.78 0 0.27 0.63 158.92 0.64 0.23
Hex 15 5F 45 4E 0 1B 3F 9F 40 17
Octal 25 137 105 116 0 33 77 237 100 27
Binary 10101 1011111 1000101 1001110 0 11011 111111 10011111 1000000 10111

Color Harmonies of #155F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155F45

Black with #155F45

Text Example


Text Example

White with #155F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,95,69); }

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

background-color css

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

 a { background-color: rgb(21,95,69); }

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

border-color css

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

 span { border-color: rgb(21,95,69); }

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