Html Css Color HEX #264049 Green Vogue

📋 copy color: '#264049'

red 38 ◦ green 64 ◦ blue 73

#264049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #264049

Tints of Green Vogue #264049

RGB

 RED value IS 38 (15.23% from 255) = 21.71%

 GREEN value IS 64 (25.39% from 255) = 36.57%

 BLUE value IS 73 (28.91% from 255) = 41.71%

R = 21.71%
G = 36.57%
B = 41.71%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#264049 (or 0x264049) is known color: Green Vogue. HEX triplet: 26, 40 and 49. RGB value is (38,64,73). Sum of RGB (Red+Green+Blue) = 38+64+73=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #264049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264049 is #D9BFB6. Grayscale: #393939. Windows color (decimal): -14270391 or 4800550. OLE color: 4800550.

HSL color Cylindrical-coordinate representation of color #264049: hue angle of 195.43º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #264049 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 64 73 -
CMYK 0.48 0.12 0 0.71
HSL 195.43º 0.32% 0.22% -
HSV(B) 195.43º 0.48% 0.29% -
XYZ 3.84 4.56 6.98 -
YUV 57.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 38 64 73 0.48 0.12 0 0.71 195.43 0.32 0.22
Hex 26 40 49 30 C 0 47 C3 20 16
Octal 46 100 111 60 14 0 107 303 40 26
Binary 100110 1000000 1001001 110000 1100 0 1000111 11000011 100000 10110

Color Harmonies of #264049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264049

Black with #264049

Text Example


Text Example

White with #264049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264049; }

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

 H1.HeaderClassName
 {
   color: #264049;
 }
 .AnyTagClassName
 {
   color: #264049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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