Html Css Color HEX #155A44 Jewel

📋 copy color: '#155A44'

red 21 ◦ green 90 ◦ blue 68

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

Shades of Jewel #155A44

Tints of Jewel #155A44

RGB

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

 GREEN value IS 90 (35.55% from 255) = 50.28%

 BLUE value IS 68 (26.95% from 255) = 37.99%

R = 11.73%
G = 50.28%
B = 37.99%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#155A44 (or 0x155A44) is known color: Jewel. HEX triplet: 15, 5A and 44. RGB value is (21,90,68). Sum of RGB (Red+Green+Blue) = 21+90+68=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #155A44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A44 is #EAA5BB. Grayscale: #424242. Windows color (decimal): -15377852 or 4479509. OLE color: 4479509.

HSL color Cylindrical-coordinate representation of color #155A44: hue angle of 160.87º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155A44 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 90 68 -
CMYK 0.77 0 0.24 0.65
HSL 160.87º 0.62% 0.22% -
HSV(B) 160.87º 0.77% 0.35% -
XYZ 5.01 7.89 6.73 -
YUV 66.86 128.64 95.29 -
System Red Green Blue C M Y K H S L
Decimal 21 90 68 0.77 0 0.24 0.65 160.87 0.62 0.22
Hex 15 5A 44 4D 0 18 41 A1 3E 16
Octal 25 132 104 115 0 30 101 241 76 26
Binary 10101 1011010 1000100 1001101 0 11000 1000001 10100001 111110 10110

Color Harmonies of #155A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155A44

Black with #155A44

Text Example


Text Example

White with #155A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,90,68); }

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

background-color css

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

 a { background-color: rgb(21,90,68); }

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

border-color css

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

 span { border-color: rgb(21,90,68); }

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