#264048

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

Shades of Green Vogue #264048

Tints of Green Vogue #264048

Color information

#264048 (or 0x264048) is unknown color: approx Green Vogue. HEX triplet: 26, 40 and 48. RGB value is (38,64,72). Sum of RGB (Red+Green+Blue) = 38+64+72=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #264048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264048 is #D9BFB7. Grayscale: #393939. Windows color (decimal): -14270392 or 4735014. OLE color: 4735014.

HSL color Cylindrical-coordinate representation of color #264048: hue angle of 194.12º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #264048 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB386472-
CMYK0.470.1100.72
HSL194.12º30.91%21.57%-
HSV(B)194.12º47.22%28.24%-
XYZ3.84.556.81-
YUV57.14136.39114.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.84%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 72 (28.52% from 255) = 41.38%
R=21.84%
G=36.78%
B=41.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3864720.470.1100.72194.1230.9121.57
Hex2640482FB048c21f16
Octal46100110571301103023726
Binary10011010000001001000101111101101001000110000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264048; }

 p { color: rgb(38,64,72); }

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

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

 a { background-color: rgb(38,64,72); }

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

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

 span { border-color: rgb(38,64,72); }

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