Html Css Color HEX #193C4C Green Vogue

📋 copy color: '#193C4C'

red 25 ◦ green 60 ◦ blue 76

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

Shades of Green Vogue #193C4C

Tints of Green Vogue #193C4C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.27%

 BLUE value IS 76 (30.08% from 255) = 47.2%

R = 15.53%
G = 37.27%
B = 47.2%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#193C4C (or 0x193C4C) is known color: Green Vogue. HEX triplet: 19, 3C and 4C. RGB value is (25,60,76). Sum of RGB (Red+Green+Blue) = 25+60+76=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #193C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C4C is #E6C3B3. Grayscale: #333333. Windows color (decimal): -15123380 or 4996121. OLE color: 4996121.

HSL color Cylindrical-coordinate representation of color #193C4C: hue angle of 198.82º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #193C4C is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 25 60 76 -
CMYK 0.67 0.21 0 0.70
HSL 198.82º 0.5% 0.2% -
HSV(B) 198.82º 0.67% 0.3% -
XYZ 3.32 3.96 7.43 -
YUV 51.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 25 60 76 0.67 0.21 0 0.70 198.82 0.5 0.2
Hex 19 3C 4C 43 15 0 46 C7 32 14
Octal 31 74 114 103 25 0 106 307 62 24
Binary 11001 111100 1001100 1000011 10101 0 1000110 11000111 110010 10100

Color Harmonies of #193C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C4C

Black with #193C4C

Text Example


Text Example

White with #193C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193C4C; }

 p { color: rgb(25,60,76); }

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

background-color css

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

 a { background-color: rgb(25,60,76); }

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

border-color css

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

 span { border-color: rgb(25,60,76); }

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