Html Css Color HEX #155943 Jewel

📋 copy color: '#155943'

red 21 ◦ green 89 ◦ blue 67

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

Shades of Jewel #155943

Tints of Jewel #155943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 37.85%

R = 11.86%
G = 50.28%
B = 37.85%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#155943 (or 0x155943) is known color: Jewel. HEX triplet: 15, 59 and 43. RGB value is (21,89,67). Sum of RGB (Red+Green+Blue) = 21+89+67=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #155943 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155943 is #EAA6BC. Grayscale: #424242. Windows color (decimal): -15378109 or 4413717. OLE color: 4413717.

HSL color Cylindrical-coordinate representation of color #155943: hue angle of 160.59º 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 #155943 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 89 67 -
CMYK 0.76 0 0.25 0.65
HSL 160.59º 0.62% 0.22% -
HSV(B) 160.59º 0.76% 0.35% -
XYZ 4.89 7.71 6.54 -
YUV 66.16 128.47 95.79 -
System Red Green Blue C M Y K H S L
Decimal 21 89 67 0.76 0 0.25 0.65 160.59 0.62 0.22
Hex 15 59 43 4C 0 19 41 A1 3E 16
Octal 25 131 103 114 0 31 101 241 76 26
Binary 10101 1011001 1000011 1001100 0 11001 1000001 10100001 111110 10110

Color Harmonies of #155943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155943

Black with #155943

Text Example


Text Example

White with #155943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155943; }

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

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

background-color css

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

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

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

border-color css

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

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

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