#264452

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

Shades of Green Vogue #264452

Tints of Green Vogue #264452

Color information

#264452 (or 0x264452) is unknown color: approx Green Vogue. HEX triplet: 26, 44 and 52. RGB value is (38,68,82). Sum of RGB (Red+Green+Blue) = 38+68+82=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 82 - color contains mainly: blue. Hex color #264452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264452 is #D9BBAD. Grayscale: #3C3C3C. Windows color (decimal): -14269358 or 5391398. OLE color: 5391398.

HSL color Cylindrical-coordinate representation of color #264452: hue angle of 199.09º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #264452 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB386882-
CMYK0.540.1700.68
HSL199.09º36.67%23.53%-
HSV(B)199.09º53.66%32.16%-
XYZ4.395.168.75-
YUV60.63140.06111.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.21%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 82 (32.42% from 255) = 43.62%
R=20.21%
G=36.17%
B=43.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3868820.540.1700.68199.0936.6723.53
Hex2644523611044c72518
Octal46104122662101043074530
Binary1001101000100101001011011010001010001001100011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264452; }

 p { color: rgb(38,68,82); }

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

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

 a { background-color: rgb(38,68,82); }

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

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

 span { border-color: rgb(38,68,82); }

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