Html Css Color HEX #1C3D49 Green Vogue

📋 copy color: '#1C3D49'

red 28 ◦ green 61 ◦ blue 73

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

Shades of Green Vogue #1C3D49

Tints of Green Vogue #1C3D49

RGB

 RED value IS 28 (11.33% from 255) = 17.28%

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

 BLUE value IS 73 (28.91% from 255) = 45.06%

R = 17.28%
G = 37.65%
B = 45.06%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1C3D49 (or 0x1C3D49) is known color: Green Vogue. HEX triplet: 1C, 3D and 49. RGB value is (28,61,73). Sum of RGB (Red+Green+Blue) = 28+61+73=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #1C3D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3D49 is #E3C2B6. Grayscale: #343434. Windows color (decimal): -14926519 or 4799772. OLE color: 4799772.

HSL color Cylindrical-coordinate representation of color #1C3D49: hue angle of 196º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C3D49 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 28 61 73 -
CMYK 0.62 0.16 0 0.71
HSL 196º 0.45% 0.2% -
HSV(B) 196º 0.62% 0.29% -
XYZ 3.35 4.07 6.91 -
YUV 52.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 28 61 73 0.62 0.16 0 0.71 196 0.45 0.2
Hex 1C 3D 49 3E 10 0 47 C4 2D 14
Octal 34 75 111 76 20 0 107 304 55 24
Binary 11100 111101 1001001 111110 10000 0 1000111 11000100 101101 10100

Color Harmonies of #1C3D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3D49

Black with #1C3D49

Text Example


Text Example

White with #1C3D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C3D49; }

 p { color: rgb(28,61,73); }

 H1.HeaderClassName
 {
   color: #1C3D49;
 }
 .AnyTagClassName
 {
   color: #1C3D49;
 }
</style>

background-color css

<style>
 a { background-color: #1C3D49; }

 a { background-color: rgb(28,61,73); }

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

border-color css

<style>
 span { border-color: #1C3D49; }

 span { border-color: rgb(28,61,73); }

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