Html Css Color HEX #156341 Jewel

📋 copy color: '#156341'

red 21 ◦ green 99 ◦ blue 65

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

Shades of Jewel #156341

Tints of Jewel #156341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 53.51%

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

R = 11.35%
G = 53.51%
B = 35.14%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#156341 (or 0x156341) is known color: Jewel. HEX triplet: 15, 63 and 41. RGB value is (21,99,65). Sum of RGB (Red+Green+Blue) = 21+99+65=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #156341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156341 is #EA9CBE. Grayscale: #474747. Windows color (decimal): -15375551 or 4285205. OLE color: 4285205.

HSL color Cylindrical-coordinate representation of color #156341: hue angle of 153.85º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156341 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 99 65 -
CMYK 0.79 0 0.34 0.61
HSL 153.85º 0.65% 0.24% -
HSV(B) 153.85º 0.79% 0.39% -
XYZ 5.73 9.46 6.53 -
YUV 71.8 124.16 91.76 -
System Red Green Blue C M Y K H S L
Decimal 21 99 65 0.79 0 0.34 0.61 153.85 0.65 0.24
Hex 15 63 41 4F 0 22 3D 9A 41 18
Octal 25 143 101 117 0 42 75 232 101 30
Binary 10101 1100011 1000001 1001111 0 100010 111101 10011010 1000001 11000

Color Harmonies of #156341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156341

Black with #156341

Text Example


Text Example

White with #156341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156341; }

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

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

background-color css

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

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

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

border-color css

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

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

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