Html Css Color HEX #154550 Green Vogue

📋 copy color: '#154550'

red 21 ◦ green 69 ◦ blue 80

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

Shades of Green Vogue #154550

Tints of Green Vogue #154550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.59%

 BLUE value IS 80 (31.64% from 255) = 47.06%

R = 12.35%
G = 40.59%
B = 47.06%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#154550 (or 0x154550) is known color: Green Vogue. HEX triplet: 15, 45 and 50. RGB value is (21,69,80). Sum of RGB (Red+Green+Blue) = 21+69+80=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #154550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154550 is #EABAAF. Grayscale: #373737. Windows color (decimal): -15383216 or 5260565. OLE color: 5260565.

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

Color convert

RGB 21 69 80 -
CMYK 0.74 0.14 0 0.69
HSL 191.19º 0.58% 0.2% -
HSV(B) 191.19º 0.74% 0.31% -
XYZ 3.89 4.99 8.35 -
YUV 55.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 21 69 80 0.74 0.14 0 0.69 191.19 0.58 0.2
Hex 15 45 50 4A E 0 45 BF 3A 14
Octal 25 105 120 112 16 0 105 277 72 24
Binary 10101 1000101 1010000 1001010 1110 0 1000101 10111111 111010 10100

Color Harmonies of #154550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154550

Black with #154550

Text Example


Text Example

White with #154550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154550; }

 p { color: rgb(21,69,80); }

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

background-color css

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

 a { background-color: rgb(21,69,80); }

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

border-color css

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

 span { border-color: rgb(21,69,80); }

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