#234252

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

Shades of Green Vogue #234252

Tints of Green Vogue #234252

Color information

#234252 (or 0x234252) is unknown color: approx Green Vogue. HEX triplet: 23, 42 and 52. RGB value is (35,66,82). Sum of RGB (Red+Green+Blue) = 35+66+82=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 82 - color contains mainly: blue. Hex color #234252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234252 is #DCBDAD. Grayscale: #3A3A3A. Windows color (decimal): -14466478 or 5390883. OLE color: 5390883.

HSL color Cylindrical-coordinate representation of color #234252: hue angle of 200.43º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #234252 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB356682-
CMYK0.570.2000.68
HSL200.43º40.17%22.94%-
HSV(B)200.43º57.32%32.16%-
XYZ4.164.868.7-
YUV58.55141.23111.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.13%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 82 (32.42% from 255) = 44.81%
R=19.13%
G=36.07%
B=44.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3566820.570.2000.68200.4340.1722.94
Hex2342523914044c82817
Octal43102122712401043105027
Binary1000111000010101001011100110100010001001100100010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234252; }

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

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

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

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

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

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

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

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