Html Css Color HEX #27414A Green Vogue

📋 copy color: '#27414A'

red 39 ◦ green 65 ◦ blue 74

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

Shades of Green Vogue #27414A

Tints of Green Vogue #27414A

RGB

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

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

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

R = 21.91%
G = 36.52%
B = 41.57%

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

#27414A (or 0x27414A) is known color: Green Vogue. HEX triplet: 27, 41 and 4A. RGB value is (39,65,74). Sum of RGB (Red+Green+Blue) = 39+65+74=178 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.91% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #27414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27414A is #D8BEB5. Grayscale: #3A3A3A. Windows color (decimal): -14204598 or 4866343. OLE color: 4866343.

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

Color convert

RGB 39 65 74 -
CMYK 0.47 0.12 0 0.71
HSL 195.43º 0.31% 0.22% -
HSV(B) 195.43º 0.47% 0.29% -
XYZ 3.96 4.71 7.18 -
YUV 58.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 39 65 74 0.47 0.12 0 0.71 195.43 0.31 0.22
Hex 27 41 4A 2F C 0 47 C3 1F 16
Octal 47 101 112 57 14 0 107 303 37 26
Binary 100111 1000001 1001010 101111 1100 0 1000111 11000011 11111 10110

Color Harmonies of #27414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27414A

Black with #27414A

Text Example


Text Example

White with #27414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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