Html Css Color HEX #195D44 Jewel

📋 copy color: '#195D44'

red 25 ◦ green 93 ◦ blue 68

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

Shades of Jewel #195D44

Tints of Jewel #195D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.56%

R = 13.44%
G = 50%
B = 36.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#195D44 (or 0x195D44) is known color: Jewel. HEX triplet: 19, 5D and 44. RGB value is (25,93,68). Sum of RGB (Red+Green+Blue) = 25+93+68=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #195D44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195D44 is #E6A2BB. Grayscale: #454545. Windows color (decimal): -15114940 or 4480281. OLE color: 4480281.

HSL color Cylindrical-coordinate representation of color #195D44: hue angle of 157.94º 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 #195D44 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 93 68 -
CMYK 0.73 0 0.27 0.64
HSL 157.94º 0.58% 0.23% -
HSV(B) 157.94º 0.73% 0.36% -
XYZ 5.36 8.45 6.82 -
YUV 69.82 126.97 96.03 -
System Red Green Blue C M Y K H S L
Decimal 25 93 68 0.73 0 0.27 0.64 157.94 0.58 0.23
Hex 19 5D 44 49 0 1B 40 9E 3A 17
Octal 31 135 104 111 0 33 100 236 72 27
Binary 11001 1011101 1000100 1001001 0 11011 1000000 10011110 111010 10111

Color Harmonies of #195D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D44

Black with #195D44

Text Example


Text Example

White with #195D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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