Html Css Color HEX #195C44 Jewel

📋 copy color: '#195C44'

red 25 ◦ green 92 ◦ blue 68

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

Shades of Jewel #195C44

Tints of Jewel #195C44

RGB

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

 GREEN value IS 92 (36.33% from 255) = 49.73%

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

R = 13.51%
G = 49.73%
B = 36.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#195C44 (or 0x195C44) is known color: Jewel. HEX triplet: 19, 5C and 44. RGB value is (25,92,68). Sum of RGB (Red+Green+Blue) = 25+92+68=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 92 (36.33% from 255 or 49.73% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 92 - color contains mainly: green. Hex color #195C44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195C44 is #E6A3BB. Grayscale: #454545. Windows color (decimal): -15115196 or 4480025. OLE color: 4480025.

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

Color convert

RGB 25 92 68 -
CMYK 0.73 0 0.26 0.64
HSL 158.51º 0.57% 0.23% -
HSV(B) 158.51º 0.73% 0.36% -
XYZ 5.27 8.28 6.79 -
YUV 69.23 127.3 96.45 -
System Red Green Blue C M Y K H S L
Decimal 25 92 68 0.73 0 0.26 0.64 158.51 0.57 0.23
Hex 19 5C 44 49 0 1A 40 9F 39 17
Octal 31 134 104 111 0 32 100 237 71 27
Binary 11001 1011100 1000100 1001001 0 11010 1000000 10011111 111001 10111

Color Harmonies of #195C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195C44

Black with #195C44

Text Example


Text Example

White with #195C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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