#1C414A

Color #1C414A Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #1C414A

Tints of Green Vogue #1C414A

Color information

#1C414A (or 0x1C414A) is unknown color: approx Green Vogue. HEX triplet: 1C, 41 and 4A. RGB value is (28,65,74). Sum of RGB (Red+Green+Blue) = 28+65+74=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 74 - color contains mainly: blue. Hex color #1C414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C414A is #E3BEB5. Grayscale: #363636. Windows color (decimal): -14925494 or 4866332. OLE color: 4866332.

HSL color Cylindrical-coordinate representation of color #1C414A: hue angle of 191.74º 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 #1C414A is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB286574-
CMYK0.620.1200.71
HSL191.74º45.1%20%-
HSV(B)191.74º62.16%29.02%-
XYZ3.614.527.16-
YUV54.96138.74108.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.77%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 74 (29.30% from 255) = 44.31%
R=16.77%
G=38.92%
B=44.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2865740.620.1200.71191.7445.120
Hex1C414A3EC047c02d14
Octal34101112761401073005524
Binary11100100000110010101111101100010001111100000010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,65,74); }

 H1.HeaderClassName
 {
   color: #1C414A;
 }
 .AnyTagClassName
 {
   color: #1C414A;
 }
</style>
background-color css

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

 a { background-color: rgb(28,65,74); }

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

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

 span { border-color: rgb(28,65,74); }

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