Html Css Color HEX #195D46 Jewel

📋 copy color: '#195D46'

red 25 ◦ green 93 ◦ blue 70

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

Shades of Jewel #195D46

Tints of Jewel #195D46

RGB

 RED value IS 25 (10.16% from 255) = 13.3%

 GREEN value IS 93 (36.72% from 255) = 49.47%

 BLUE value IS 70 (27.73% from 255) = 37.23%

R = 13.3%
G = 49.47%
B = 37.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#195D46 (or 0x195D46) is known color: Jewel. HEX triplet: 19, 5D and 46. RGB value is (25,93,70). Sum of RGB (Red+Green+Blue) = 25+93+70=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 93 (36.72% from 255 or 49.47% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 93 - color contains mainly: green. Hex color #195D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195D46 is #E6A2B9. Grayscale: #464646. Windows color (decimal): -15114938 or 4611353. OLE color: 4611353.

HSL color Cylindrical-coordinate representation of color #195D46: hue angle of 159.71º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #195D46 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 93 70 -
CMYK 0.73 0 0.25 0.64
HSL 159.71º 0.58% 0.23% -
HSV(B) 159.71º 0.73% 0.36% -
XYZ 5.42 8.48 7.14 -
YUV 70.05 127.97 95.87 -
System Red Green Blue C M Y K H S L
Decimal 25 93 70 0.73 0 0.25 0.64 159.71 0.58 0.23
Hex 19 5D 46 49 0 19 40 A0 3A 17
Octal 31 135 106 111 0 31 100 240 72 27
Binary 11001 1011101 1000110 1001001 0 11001 1000000 10100000 111010 10111

Color Harmonies of #195D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D46

Black with #195D46

Text Example


Text Example

White with #195D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195D46; }

 p { color: rgb(25,93,70); }

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

background-color css

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

 a { background-color: rgb(25,93,70); }

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

border-color css

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

 span { border-color: rgb(25,93,70); }

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