Html Css Color HEX #155944 Jewel

📋 copy color: '#155944'

red 21 ◦ green 89 ◦ blue 68

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

Shades of Jewel #155944

Tints of Jewel #155944

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50%

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

R = 11.8%
G = 50%
B = 38.2%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#155944 (or 0x155944) is known color: Jewel. HEX triplet: 15, 59 and 44. RGB value is (21,89,68). Sum of RGB (Red+Green+Blue) = 21+89+68=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #155944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155944 is #EAA6BB. Grayscale: #424242. Windows color (decimal): -15378108 or 4479253. OLE color: 4479253.

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

Color convert

RGB 21 89 68 -
CMYK 0.76 0 0.24 0.65
HSL 161.47º 0.62% 0.22% -
HSV(B) 161.47º 0.76% 0.35% -
XYZ 4.93 7.72 6.7 -
YUV 66.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 21 89 68 0.76 0 0.24 0.65 161.47 0.62 0.22
Hex 15 59 44 4C 0 18 41 A1 3E 16
Octal 25 131 104 114 0 30 101 241 76 26
Binary 10101 1011001 1000100 1001100 0 11000 1000001 10100001 111110 10110

Color Harmonies of #155944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155944

Black with #155944

Text Example


Text Example

White with #155944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155944; }

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

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

background-color css

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

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

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

border-color css

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

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

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