Html Css Color HEX #156B41 Jewel

📋 copy color: '#156B41'

red 21 ◦ green 107 ◦ blue 65

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

Shades of Jewel #156B41

Tints of Jewel #156B41

RGB

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

 GREEN value IS 107 (42.19% from 255) = 55.44%

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

R = 10.88%
G = 55.44%
B = 33.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#156B41 (or 0x156B41) is known color: Jewel. HEX triplet: 15, 6B and 41. RGB value is (21,107,65). Sum of RGB (Red+Green+Blue) = 21+107+65=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 107 (42.19% from 255 or 55.44% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 107 - color contains mainly: green. Hex color #156B41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156B41 is #EA94BE. Grayscale: #4C4C4C. Windows color (decimal): -15373503 or 4287253. OLE color: 4287253.

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

Color convert

RGB 21 107 65 -
CMYK 0.80 0 0.39 0.58
HSL 150.7º 0.67% 0.25% -
HSV(B) 150.7º 0.8% 0.42% -
XYZ 6.52 11.06 6.79 -
YUV 76.5 121.51 88.42 -
System Red Green Blue C M Y K H S L
Decimal 21 107 65 0.80 0 0.39 0.58 150.7 0.67 0.25
Hex 15 6B 41 50 0 27 3A 97 43 19
Octal 25 153 101 120 0 47 72 227 103 31
Binary 10101 1101011 1000001 1010000 0 100111 111010 10010111 1000011 11001

Color Harmonies of #156B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156B41

Black with #156B41

Text Example


Text Example

White with #156B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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