Html Css Color HEX #154250 Green Vogue

📋 copy color: '#154250'

red 21 ◦ green 66 ◦ blue 80

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

Shades of Green Vogue #154250

Tints of Green Vogue #154250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.52%

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

R = 12.57%
G = 39.52%
B = 47.9%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#154250 (or 0x154250) is known color: Green Vogue. HEX triplet: 15, 42 and 50. RGB value is (21,66,80). Sum of RGB (Red+Green+Blue) = 21+66+80=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #154250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154250 is #EABDAF. Grayscale: #363636. Windows color (decimal): -15383984 or 5259797. OLE color: 5259797.

HSL color Cylindrical-coordinate representation of color #154250: hue angle of 194.24º 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 #154250 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 66 80 -
CMYK 0.74 0.17 0 0.69
HSL 194.24º 0.58% 0.2% -
HSV(B) 194.24º 0.74% 0.31% -
XYZ 3.71 4.64 8.29 -
YUV 54.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 21 66 80 0.74 0.17 0 0.69 194.24 0.58 0.2
Hex 15 42 50 4A 11 0 45 C2 3A 14
Octal 25 102 120 112 21 0 105 302 72 24
Binary 10101 1000010 1010000 1001010 10001 0 1000101 11000010 111010 10100

Color Harmonies of #154250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154250

Black with #154250

Text Example


Text Example

White with #154250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154250; }

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

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

background-color css

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

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

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

border-color css

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

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

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