Html Css Color HEX #156C41 Jewel

📋 copy color: '#156C41'

red 21 ◦ green 108 ◦ blue 65

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

Shades of Jewel #156C41

Tints of Jewel #156C41

RGB

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

 GREEN value IS 108 (42.58% from 255) = 55.67%

 BLUE value IS 65 (25.78% from 255) = 33.51%

R = 10.82%
G = 55.67%
B = 33.51%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#156C41 (or 0x156C41) is known color: Jewel. HEX triplet: 15, 6C and 41. RGB value is (21,108,65). Sum of RGB (Red+Green+Blue) = 21+108+65=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 108 (42.58% from 255 or 55.67% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 108 - color contains mainly: green. Hex color #156C41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156C41 is #EA93BE. Grayscale: #4D4D4D. Windows color (decimal): -15373247 or 4287509. OLE color: 4287509.

HSL color Cylindrical-coordinate representation of color #156C41: hue angle of 150.34º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156C41 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 108 65 -
CMYK 0.81 0 0.40 0.58
HSL 150.34º 0.67% 0.25% -
HSV(B) 150.34º 0.81% 0.42% -
XYZ 6.63 11.27 6.83 -
YUV 77.09 121.18 88 -
System Red Green Blue C M Y K H S L
Decimal 21 108 65 0.81 0 0.40 0.58 150.34 0.67 0.25
Hex 15 6C 41 51 0 28 3A 96 43 19
Octal 25 154 101 121 0 50 72 226 103 31
Binary 10101 1101100 1000001 1010001 0 101000 111010 10010110 1000011 11001

Color Harmonies of #156C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156C41

Black with #156C41

Text Example


Text Example

White with #156C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156C41; }

 p { color: rgb(21,108,65); }

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

background-color css

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

 a { background-color: rgb(21,108,65); }

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

border-color css

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

 span { border-color: rgb(21,108,65); }

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