Html Css Color HEX #27404B Green Vogue

📋 copy color: '#27404B'

red 39 ◦ green 64 ◦ blue 75

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

Shades of Green Vogue #27404B

Tints of Green Vogue #27404B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 42.13%

R = 21.91%
G = 35.96%
B = 42.13%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#27404B (or 0x27404B) is known color: Green Vogue. HEX triplet: 27, 40 and 4B. RGB value is (39,64,75). Sum of RGB (Red+Green+Blue) = 39+64+75=178 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.91% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 75 - color contains mainly: blue. Hex color #27404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27404B is #D8BFB4. Grayscale: #393939. Windows color (decimal): -14204853 or 4931623. OLE color: 4931623.

HSL color Cylindrical-coordinate representation of color #27404B: hue angle of 198.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #27404B is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 64 75 -
CMYK 0.48 0.15 0 0.71
HSL 198.33º 0.32% 0.22% -
HSV(B) 198.33º 0.48% 0.29% -
XYZ 3.94 4.61 7.34 -
YUV 57.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 39 64 75 0.48 0.15 0 0.71 198.33 0.32 0.22
Hex 27 40 4B 30 F 0 47 C6 20 16
Octal 47 100 113 60 17 0 107 306 40 26
Binary 100111 1000000 1001011 110000 1111 0 1000111 11000110 100000 10110

Color Harmonies of #27404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27404B

Black with #27404B

Text Example


Text Example

White with #27404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27404B; }

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

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

background-color css

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

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

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

border-color css

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

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

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