Html Css Color HEX #156445 Jewel

📋 copy color: '#156445'

red 21 ◦ green 100 ◦ blue 69

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

Shades of Jewel #156445

Tints of Jewel #156445

RGB

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

 GREEN value IS 100 (39.45% from 255) = 52.63%

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

R = 11.05%
G = 52.63%
B = 36.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#156445 (or 0x156445) is known color: Jewel. HEX triplet: 15, 64 and 45. RGB value is (21,100,69). Sum of RGB (Red+Green+Blue) = 21+100+69=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 100 (39.45% from 255 or 52.63% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 100 - color contains mainly: green. Hex color #156445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156445 is #EA9BBA. Grayscale: #484848. Windows color (decimal): -15375291 or 4547605. OLE color: 4547605.

HSL color Cylindrical-coordinate representation of color #156445: hue angle of 156.46º 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 #156445 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 100 69 -
CMYK 0.79 0 0.31 0.61
HSL 156.46º 0.65% 0.24% -
HSV(B) 156.46º 0.79% 0.39% -
XYZ 5.94 9.7 7.19 -
YUV 72.85 125.83 91.02 -
System Red Green Blue C M Y K H S L
Decimal 21 100 69 0.79 0 0.31 0.61 156.46 0.65 0.24
Hex 15 64 45 4F 0 1F 3D 9C 41 18
Octal 25 144 105 117 0 37 75 234 101 30
Binary 10101 1100100 1000101 1001111 0 11111 111101 10011100 1000001 11000

Color Harmonies of #156445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156445

Black with #156445

Text Example


Text Example

White with #156445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156445; }

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

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

background-color css

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

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

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

border-color css

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

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

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