#1C434F

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

Shades of Green Vogue #1C434F

Tints of Green Vogue #1C434F

Color information

#1C434F (or 0x1C434F) is unknown color: approx Green Vogue. HEX triplet: 1C, 43 and 4F. RGB value is (28,67,79). Sum of RGB (Red+Green+Blue) = 28+67+79=174 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16.09% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 79 - color contains mainly: blue. Hex color #1C434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C434F is #E3BCB0. Grayscale: #383838. Windows color (decimal): -14924977 or 5194524. OLE color: 5194524.

HSL color Cylindrical-coordinate representation of color #1C434F: hue angle of 194.12º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C434F is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB286779-
CMYK0.650.1500.69
HSL194.12º47.66%20.98%-
HSV(B)194.12º64.56%30.98%-
XYZ3.94.838.12-
YUV56.71140.58107.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.09%
GREEN value IS 67 (26.56% from 255) = 38.51%
BLUE value IS 79 (31.25% from 255) = 45.40%
R=16.09%
G=38.51%
B=45.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2867790.650.1500.69194.1247.6620.98
Hex1C434F41F045c23015
Octal341031171011701053026025
Binary111001000011100111110000011111010001011100001011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,67,79); }

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

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

 a { background-color: rgb(28,67,79); }

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

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

 span { border-color: rgb(28,67,79); }

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