#264348

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

Shades of Green Vogue #264348

Tints of Green Vogue #264348

Color information

#264348 (or 0x264348) is unknown color: approx Green Vogue. HEX triplet: 26, 43 and 48. RGB value is (38,67,72). Sum of RGB (Red+Green+Blue) = 38+67+72=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #264348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264348 is #D9BCB7. Grayscale: #3A3A3A. Windows color (decimal): -14269624 or 4735782. OLE color: 4735782.

HSL color Cylindrical-coordinate representation of color #264348: hue angle of 188.82º 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 #264348 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB386772-
CMYK0.470.0700.72
HSL188.82º30.91%21.57%-
HSV(B)188.82º47.22%28.24%-
XYZ3.984.896.87-
YUV58.9135.39113.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 67 (26.56% from 255) = 37.85%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=21.47%
G=37.85%
B=40.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3867720.470.0700.72188.8230.9121.57
Hex2643482F7048bd1f16
Octal4610311057701102753726
Binary1001101000011100100010111111101001000101111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264348; }

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

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

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

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

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

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

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

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