Html Css Color HEX #163D48 Green Vogue

📋 copy color: '#163D48'

red 22 ◦ green 61 ◦ blue 72

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

Shades of Green Vogue #163D48

Tints of Green Vogue #163D48

RGB

 RED value IS 22 (8.98% from 255) = 14.19%

 GREEN value IS 61 (24.22% from 255) = 39.35%

 BLUE value IS 72 (28.52% from 255) = 46.45%

R = 14.19%
G = 39.35%
B = 46.45%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#163D48 (or 0x163D48) is known color: Green Vogue. HEX triplet: 16, 3D and 48. RGB value is (22,61,72). Sum of RGB (Red+Green+Blue) = 22+61+72=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #163D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163D48 is #E9C2B7. Grayscale: #323232. Windows color (decimal): -15319736 or 4734230. OLE color: 4734230.

HSL color Cylindrical-coordinate representation of color #163D48: hue angle of 193.2º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #163D48 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 22 61 72 -
CMYK 0.69 0.15 0 0.72
HSL 193.2º 0.53% 0.18% -
HSV(B) 193.2º 0.69% 0.28% -
XYZ 3.17 3.98 6.73 -
YUV 50.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 22 61 72 0.69 0.15 0 0.72 193.2 0.53 0.18
Hex 16 3D 48 45 F 0 48 C1 35 12
Octal 26 75 110 105 17 0 110 301 65 22
Binary 10110 111101 1001000 1000101 1111 0 1001000 11000001 110101 10010

Color Harmonies of #163D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163D48

Black with #163D48

Text Example


Text Example

White with #163D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163D48; }

 p { color: rgb(22,61,72); }

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

background-color css

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

 a { background-color: rgb(22,61,72); }

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

border-color css

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

 span { border-color: rgb(22,61,72); }

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