Html Css Color HEX #155C47 Jewel

📋 copy color: '#155C47'

red 21 ◦ green 92 ◦ blue 71

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

Shades of Jewel #155C47

Tints of Jewel #155C47

RGB

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

 GREEN value IS 92 (36.33% from 255) = 50%

 BLUE value IS 71 (28.13% from 255) = 38.59%

R = 11.41%
G = 50%
B = 38.59%

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

#155C47 (or 0x155C47) is known color: Jewel. HEX triplet: 15, 5C and 47. RGB value is (21,92,71). Sum of RGB (Red+Green+Blue) = 21+92+71=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 92 (36.33% from 255 or 50% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 92 - color contains mainly: green. Hex color #155C47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C47 is #EAA3B8. Grayscale: #444444. Windows color (decimal): -15377337 or 4676629. OLE color: 4676629.

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

Color convert

RGB 21 92 71 -
CMYK 0.77 0 0.23 0.64
HSL 162.25º 0.63% 0.22% -
HSV(B) 162.25º 0.77% 0.36% -
XYZ 5.27 8.27 7.28 -
YUV 68.38 129.48 94.21 -
System Red Green Blue C M Y K H S L
Decimal 21 92 71 0.77 0 0.23 0.64 162.25 0.63 0.22
Hex 15 5C 47 4D 0 17 40 A2 3F 16
Octal 25 134 107 115 0 27 100 242 77 26
Binary 10101 1011100 1000111 1001101 0 10111 1000000 10100010 111111 10110

Color Harmonies of #155C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C47

Black with #155C47

Text Example


Text Example

White with #155C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,92,71); }

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

background-color css

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

 a { background-color: rgb(21,92,71); }

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

border-color css

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

 span { border-color: rgb(21,92,71); }

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