#23454E

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

Shades of Green Vogue #23454E

Tints of Green Vogue #23454E

Color information

#23454E (or 0x23454E) is unknown color: approx Green Vogue. HEX triplet: 23, 45 and 4E. RGB value is (35,69,78). Sum of RGB (Red+Green+Blue) = 35+69+78=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 78 - color contains mainly: blue. Hex color #23454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23454E is #DCBAB1. Grayscale: #3B3B3B. Windows color (decimal): -14465714 or 5129507. OLE color: 5129507.

HSL color Cylindrical-coordinate representation of color #23454E: hue angle of 192.56º 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 #23454E is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB356978-
CMYK0.550.1200.69
HSL192.56º38.05%22.16%-
HSV(B)192.56º55.13%30.59%-
XYZ4.25.167.98-
YUV59.86138.24110.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.23%
GREEN value IS 69 (27.34% from 255) = 37.91%
BLUE value IS 78 (30.86% from 255) = 42.86%
R=19.23%
G=37.91%
B=42.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3569780.550.1200.69192.5638.0522.16
Hex23454E37C045c12616
Octal43105116671401053014626
Binary100011100010110011101101111100010001011100000110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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