Html Css Color HEX #156845 Jewel

📋 copy color: '#156845'

red 21 ◦ green 104 ◦ blue 69

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

Shades of Jewel #156845

Tints of Jewel #156845

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.61%

 BLUE value IS 69 (27.34% from 255) = 35.57%

R = 10.82%
G = 53.61%
B = 35.57%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#156845 (or 0x156845) is known color: Jewel. HEX triplet: 15, 68 and 45. RGB value is (21,104,69). Sum of RGB (Red+Green+Blue) = 21+104+69=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #156845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156845 is #EA97BA. Grayscale: #4B4B4B. Windows color (decimal): -15374267 or 4548629. OLE color: 4548629.

HSL color Cylindrical-coordinate representation of color #156845: hue angle of 154.7º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156845 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 104 69 -
CMYK 0.80 0 0.34 0.59
HSL 154.7º 0.66% 0.25% -
HSV(B) 154.7º 0.8% 0.41% -
XYZ 6.33 10.49 7.32 -
YUV 75.19 124.5 89.35 -
System Red Green Blue C M Y K H S L
Decimal 21 104 69 0.80 0 0.34 0.59 154.7 0.66 0.25
Hex 15 68 45 50 0 22 3B 9B 42 19
Octal 25 150 105 120 0 42 73 233 102 31
Binary 10101 1101000 1000101 1010000 0 100010 111011 10011011 1000010 11001

Color Harmonies of #156845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156845

Black with #156845

Text Example


Text Example

White with #156845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156845; }

 p { color: rgb(21,104,69); }

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

background-color css

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

 a { background-color: rgb(21,104,69); }

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

border-color css

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

 span { border-color: rgb(21,104,69); }

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