Html Css Color HEX #27424D Green Vogue

📋 copy color: '#27424D'

red 39 ◦ green 66 ◦ blue 77

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

Shades of Green Vogue #27424D

Tints of Green Vogue #27424D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 42.31%

R = 21.43%
G = 36.26%
B = 42.31%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#27424D (or 0x27424D) is known color: Green Vogue. HEX triplet: 27, 42 and 4D. RGB value is (39,66,77). Sum of RGB (Red+Green+Blue) = 39+66+77=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #27424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27424D is #D8BDB2. Grayscale: #3B3B3B. Windows color (decimal): -14204339 or 5063207. OLE color: 5063207.

HSL color Cylindrical-coordinate representation of color #27424D: hue angle of 197.37º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27424D is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 66 77 -
CMYK 0.49 0.14 0 0.70
HSL 197.37º 0.33% 0.23% -
HSV(B) 197.37º 0.49% 0.3% -
XYZ 4.12 4.86 7.74 -
YUV 59.18 138.05 113.61 -
System Red Green Blue C M Y K H S L
Decimal 39 66 77 0.49 0.14 0 0.70 197.37 0.33 0.23
Hex 27 42 4D 31 E 0 46 C5 21 17
Octal 47 102 115 61 16 0 106 305 41 27
Binary 100111 1000010 1001101 110001 1110 0 1000110 11000101 100001 10111

Color Harmonies of #27424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27424D

Black with #27424D

Text Example


Text Example

White with #27424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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