Html Css Color HEX #27424A Green Vogue

📋 copy color: '#27424A'

red 39 ◦ green 66 ◦ blue 74

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

Shades of Green Vogue #27424A

Tints of Green Vogue #27424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.87%

 BLUE value IS 74 (29.3% from 255) = 41.34%

R = 21.79%
G = 36.87%
B = 41.34%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#27424A (or 0x27424A) is known color: Green Vogue. HEX triplet: 27, 42 and 4A. RGB value is (39,66,74). Sum of RGB (Red+Green+Blue) = 39+66+74=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 74 - color contains mainly: blue. Hex color #27424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27424A is #D8BDB5. Grayscale: #3A3A3A. Windows color (decimal): -14204342 or 4866599. OLE color: 4866599.

HSL color Cylindrical-coordinate representation of color #27424A: hue angle of 193.71º degrees, saturation: 0.31, 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 #27424A is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 66 74 -
CMYK 0.47 0.11 0 0.71
HSL 193.71º 0.31% 0.22% -
HSV(B) 193.71º 0.47% 0.29% -
XYZ 4.02 4.82 7.2 -
YUV 58.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 39 66 74 0.47 0.11 0 0.71 193.71 0.31 0.22
Hex 27 42 4A 2F B 0 47 C2 1F 16
Octal 47 102 112 57 13 0 107 302 37 26
Binary 100111 1000010 1001010 101111 1011 0 1000111 11000010 11111 10110

Color Harmonies of #27424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27424A

Black with #27424A

Text Example


Text Example

White with #27424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27424A; }

 p { color: rgb(39,66,74); }

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

background-color css

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

 a { background-color: rgb(39,66,74); }

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

border-color css

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

 span { border-color: rgb(39,66,74); }

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