#23404A

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

Shades of Green Vogue #23404A

Tints of Green Vogue #23404A

Color information

#23404A (or 0x23404A) is unknown color: approx Green Vogue. HEX triplet: 23, 40 and 4A. RGB value is (35,64,74). Sum of RGB (Red+Green+Blue) = 35+64+74=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 74 - color contains mainly: blue. Hex color #23404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23404A is #DCBFB5. Grayscale: #383838. Windows color (decimal): -14466998 or 4866083. OLE color: 4866083.

HSL color Cylindrical-coordinate representation of color #23404A: hue angle of 195.38º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23404A is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB356474-
CMYK0.530.1400.71
HSL195.38º35.78%21.37%-
HSV(B)195.38º52.7%29.02%-
XYZ3.764.527.15-
YUV56.47137.89112.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.23%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 74 (29.30% from 255) = 42.77%
R=20.23%
G=36.99%
B=42.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3564740.530.1400.71195.3835.7821.37
Hex23404A35E047c32415
Octal43100112651601073034425
Binary100011100000010010101101011110010001111100001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23404A; }

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

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

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

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

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

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

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

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