#234049

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

Shades of Green Vogue #234049

Tints of Green Vogue #234049

Color information

#234049 (or 0x234049) is unknown color: approx Green Vogue. HEX triplet: 23, 40 and 49. RGB value is (35,64,73). Sum of RGB (Red+Green+Blue) = 35+64+73=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #234049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234049 is #DCBFB6. Grayscale: #383838. Windows color (decimal): -14466999 or 4800547. OLE color: 4800547.

HSL color Cylindrical-coordinate representation of color #234049: hue angle of 194.21º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #234049 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB356473-
CMYK0.520.1200.71
HSL194.21º35.19%21.18%-
HSV(B)194.21º52.05%28.63%-
XYZ3.734.516.98-
YUV56.36137.39112.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 73 (28.91% from 255) = 42.44%
R=20.35%
G=37.21%
B=42.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3564730.520.1200.71194.2135.1921.18
Hex23404934C047c22315
Octal43100111641401073024325
Binary100011100000010010011101001100010001111100001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234049; }

 p { color: rgb(35,64,73); }

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

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

 a { background-color: rgb(35,64,73); }

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

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

 span { border-color: rgb(35,64,73); }

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