#23404E

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

Shades of Green Vogue #23404E

Tints of Green Vogue #23404E

Color information

#23404E (or 0x23404E) is unknown color: approx Green Vogue. HEX triplet: 23, 40 and 4E. RGB value is (35,64,78). Sum of RGB (Red+Green+Blue) = 35+64+78=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 78 - color contains mainly: blue. Hex color #23404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23404E is #DCBFB1. Grayscale: #383838. Windows color (decimal): -14466994 or 5128227. OLE color: 5128227.

HSL color Cylindrical-coordinate representation of color #23404E: hue angle of 199.53º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23404E is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB356478-
CMYK0.550.1800.69
HSL199.53º38.05%22.16%-
HSV(B)199.53º55.13%30.59%-
XYZ3.94.577.88-
YUV56.92139.89112.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.77%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 78 (30.86% from 255) = 44.07%
R=19.77%
G=36.16%
B=44.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3564780.550.1800.69199.5338.0522.16
Hex23404E3712045c82616
Octal43100116672201053104626
Binary1000111000000100111011011110010010001011100100010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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