Html Css Color HEX #184250 Green Vogue

📋 copy color: '#184250'

red 24 ◦ green 66 ◦ blue 80

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

Shades of Green Vogue #184250

Tints of Green Vogue #184250

RGB

 RED value IS 24 (9.77% from 255) = 14.12%

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

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

R = 14.12%
G = 38.82%
B = 47.06%

CMYK

 C value IS 0.70

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#184250 (or 0x184250) is known color: Green Vogue. HEX triplet: 18, 42 and 50. RGB value is (24,66,80). Sum of RGB (Red+Green+Blue) = 24+66+80=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 66 (26.17% from 255 or 38.82% 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 #184250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184250 is #E7BDAF. Grayscale: #363636. Windows color (decimal): -15187376 or 5259800. OLE color: 5259800.

HSL color Cylindrical-coordinate representation of color #184250: hue angle of 195º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #184250 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 66 80 -
CMYK 0.70 0.17 0 0.69
HSL 195º 0.54% 0.2% -
HSV(B) 195º 0.7% 0.31% -
XYZ 3.77 4.67 8.29 -
YUV 55.04 142.09 105.86 -
System Red Green Blue C M Y K H S L
Decimal 24 66 80 0.70 0.17 0 0.69 195 0.54 0.2
Hex 18 42 50 46 11 0 45 C3 36 14
Octal 30 102 120 106 21 0 105 303 66 24
Binary 11000 1000010 1010000 1000110 10001 0 1000101 11000011 110110 10100

Color Harmonies of #184250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184250

Black with #184250

Text Example


Text Example

White with #184250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184250; }

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

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

background-color css

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

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

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

border-color css

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

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

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