Html Css Color HEX #274049 Green Vogue

📋 copy color: '#274049'

red 39 ◦ green 64 ◦ blue 73

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

Shades of Green Vogue #274049

Tints of Green Vogue #274049

RGB

 RED value IS 39 (15.63% from 255) = 22.16%

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

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

R = 22.16%
G = 36.36%
B = 41.48%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#274049 (or 0x274049) is known color: Green Vogue. HEX triplet: 27, 40 and 49. RGB value is (39,64,73). Sum of RGB (Red+Green+Blue) = 39+64+73=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #274049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274049 is #D8BFB6. Grayscale: #393939. Windows color (decimal): -14204855 or 4800551. OLE color: 4800551.

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

Color convert

RGB 39 64 73 -
CMYK 0.47 0.12 0 0.71
HSL 195.88º 0.3% 0.22% -
HSV(B) 195.88º 0.47% 0.29% -
XYZ 3.87 4.58 6.98 -
YUV 57.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 39 64 73 0.47 0.12 0 0.71 195.88 0.3 0.22
Hex 27 40 49 2F C 0 47 C4 1E 16
Octal 47 100 111 57 14 0 107 304 36 26
Binary 100111 1000000 1001001 101111 1100 0 1000111 11000100 11110 10110

Color Harmonies of #274049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274049

Black with #274049

Text Example


Text Example

White with #274049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274049; }

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

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

background-color css

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

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

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

border-color css

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

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

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