#23404B

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

Shades of Green Vogue #23404B

Tints of Green Vogue #23404B

Color information

#23404B (or 0x23404B) is unknown color: approx Green Vogue. HEX triplet: 23, 40 and 4B. RGB value is (35,64,75). Sum of RGB (Red+Green+Blue) = 35+64+75=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #23404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23404B is #DCBFB4. Grayscale: #383838. Windows color (decimal): -14466997 or 4931619. OLE color: 4931619.

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

Color convert

RGB356475-
CMYK0.530.1500.71
HSL196.5º36.36%21.57%-
HSV(B)196.5º53.33%29.41%-
XYZ3.84.537.33-
YUV56.58138.39112.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.11%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 75 (29.69% from 255) = 43.10%
R=20.11%
G=36.78%
B=43.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3564750.530.1500.71196.536.3621.57
Hex23404B35F047c42416
Octal43100113651701073044426
Binary100011100000010010111101011111010001111100010010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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