Html Css Color HEX #15404F Green Vogue

📋 copy color: '#15404F'

red 21 ◦ green 64 ◦ blue 79

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

Shades of Green Vogue #15404F

Tints of Green Vogue #15404F

RGB

 RED value IS 21 (8.59% from 255) = 12.8%

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

 BLUE value IS 79 (31.25% from 255) = 48.17%

R = 12.8%
G = 39.02%
B = 48.17%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#15404F (or 0x15404F) is known color: Green Vogue. HEX triplet: 15, 40 and 4F. RGB value is (21,64,79). Sum of RGB (Red+Green+Blue) = 21+64+79=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #15404F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15404F is #EABFB0. Grayscale: #343434. Windows color (decimal): -15384497 or 5193749. OLE color: 5193749.

HSL color Cylindrical-coordinate representation of color #15404F: hue angle of 195.52º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15404F is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 64 79 -
CMYK 0.73 0.19 0 0.69
HSL 195.52º 0.58% 0.2% -
HSV(B) 195.52º 0.73% 0.31% -
XYZ 3.55 4.39 8.06 -
YUV 52.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 21 64 79 0.73 0.19 0 0.69 195.52 0.58 0.2
Hex 15 40 4F 49 13 0 45 C4 3A 14
Octal 25 100 117 111 23 0 105 304 72 24
Binary 10101 1000000 1001111 1001001 10011 0 1000101 11000100 111010 10100

Color Harmonies of #15404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15404F

Black with #15404F

Text Example


Text Example

White with #15404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15404F; }

 p { color: rgb(21,64,79); }

 H1.HeaderClassName
 {
   color: #15404F;
 }
 .AnyTagClassName
 {
   color: #15404F;
 }
</style>

background-color css

<style>
 a { background-color: #15404F; }

 a { background-color: rgb(21,64,79); }

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

border-color css

<style>
 span { border-color: #15404F; }

 span { border-color: rgb(21,64,79); }

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