#264451

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

Shades of Green Vogue #264451

Tints of Green Vogue #264451

Color information

#264451 (or 0x264451) is unknown color: approx Green Vogue. HEX triplet: 26, 44 and 51. RGB value is (38,68,81). Sum of RGB (Red+Green+Blue) = 38+68+81=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #264451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264451 is #D9BBAE. Grayscale: #3C3C3C. Windows color (decimal): -14269359 or 5325862. OLE color: 5325862.

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

Color convert

RGB386881-
CMYK0.530.1600.68
HSL198.14º36.13%23.33%-
HSV(B)198.14º53.09%31.76%-
XYZ4.355.148.55-
YUV60.51139.56111.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.32%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 81 (32.03% from 255) = 43.32%
R=20.32%
G=36.36%
B=43.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3868810.530.1600.68198.1436.1323.33
Hex2644513510044c62417
Octal46104121652001043064427
Binary1001101000100101000111010110000010001001100011010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264451; }

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

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

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

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

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

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

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

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