#23424A

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

Shades of Green Vogue #23424A

Tints of Green Vogue #23424A

Color information

#23424A (or 0x23424A) is unknown color: approx Green Vogue. HEX triplet: 23, 42 and 4A. RGB value is (35,66,74). Sum of RGB (Red+Green+Blue) = 35+66+74=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #23424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23424A is #DCBDB5. Grayscale: #393939. Windows color (decimal): -14466486 or 4866595. OLE color: 4866595.

HSL color Cylindrical-coordinate representation of color #23424A: hue angle of 192.31º 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 #23424A is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB356674-
CMYK0.530.1100.71
HSL192.31º35.78%21.37%-
HSV(B)192.31º52.7%29.02%-
XYZ3.884.757.19-
YUV57.64137.23111.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=20%
G=37.71%
B=42.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3566740.530.1100.71192.3135.7821.37
Hex23424A35B047c02415
Octal43102112651301073004425
Binary100011100001010010101101011011010001111100000010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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