Html Css Color HEX #155F4A Jewel

📋 copy color: '#155F4A'

red 21 ◦ green 95 ◦ blue 74

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

Shades of Jewel #155F4A

Tints of Jewel #155F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 38.95%

R = 11.05%
G = 50%
B = 38.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#155F4A (or 0x155F4A) is known color: Jewel. HEX triplet: 15, 5F and 4A. RGB value is (21,95,74). Sum of RGB (Red+Green+Blue) = 21+95+74=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 95 (37.5% from 255 or 50% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 95 - color contains mainly: green. Hex color #155F4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155F4A is #EAA0B5. Grayscale: #464646. Windows color (decimal): -15376566 or 4874005. OLE color: 4874005.

HSL color Cylindrical-coordinate representation of color #155F4A: hue angle of 162.97º 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 #155F4A is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 95 74 -
CMYK 0.78 0 0.22 0.63
HSL 162.97º 0.64% 0.23% -
HSV(B) 162.97º 0.78% 0.37% -
XYZ 5.64 8.84 7.89 -
YUV 70.48 129.98 92.71 -
System Red Green Blue C M Y K H S L
Decimal 21 95 74 0.78 0 0.22 0.63 162.97 0.64 0.23
Hex 15 5F 4A 4E 0 16 3F A3 40 17
Octal 25 137 112 116 0 26 77 243 100 27
Binary 10101 1011111 1001010 1001110 0 10110 111111 10100011 1000000 10111

Color Harmonies of #155F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155F4A

Black with #155F4A

Text Example


Text Example

White with #155F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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