Html Css Color HEX #27414C Green Vogue

📋 copy color: '#27414C'

red 39 ◦ green 65 ◦ blue 76

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

Shades of Green Vogue #27414C

Tints of Green Vogue #27414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.11%

 BLUE value IS 76 (30.08% from 255) = 42.22%

R = 21.67%
G = 36.11%
B = 42.22%

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

#27414C (or 0x27414C) is known color: Green Vogue. HEX triplet: 27, 41 and 4C. RGB value is (39,65,76). Sum of RGB (Red+Green+Blue) = 39+65+76=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 76 - color contains mainly: blue. Hex color #27414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27414C is #D8BEB3. Grayscale: #3A3A3A. Windows color (decimal): -14204596 or 4997415. OLE color: 4997415.

HSL color Cylindrical-coordinate representation of color #27414C: hue angle of 197.84º degrees, saturation: 0.32, 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 #27414C is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 65 76 -
CMYK 0.49 0.14 0 0.70
HSL 197.84º 0.32% 0.23% -
HSV(B) 197.84º 0.49% 0.3% -
XYZ 4.03 4.73 7.54 -
YUV 58.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 39 65 76 0.49 0.14 0 0.70 197.84 0.32 0.23
Hex 27 41 4C 31 E 0 46 C6 20 17
Octal 47 101 114 61 16 0 106 306 40 27
Binary 100111 1000001 1001100 110001 1110 0 1000110 11000110 100000 10111

Color Harmonies of #27414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27414C

Black with #27414C

Text Example


Text Example

White with #27414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27414C; }

 p { color: rgb(39,65,76); }

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

background-color css

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

 a { background-color: rgb(39,65,76); }

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

border-color css

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

 span { border-color: rgb(39,65,76); }

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