Html Css Color HEX #184350 Green Vogue

📋 copy color: '#184350'

red 24 ◦ green 67 ◦ blue 80

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

Shades of Green Vogue #184350

Tints of Green Vogue #184350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.18%

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

R = 14.04%
G = 39.18%
B = 46.78%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#184350 (or 0x184350) is known color: Green Vogue. HEX triplet: 18, 43 and 50. RGB value is (24,67,80). Sum of RGB (Red+Green+Blue) = 24+67+80=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #184350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184350 is #E7BCAF. Grayscale: #373737. Windows color (decimal): -15187120 or 5260056. OLE color: 5260056.

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

Color convert

RGB 24 67 80 -
CMYK 0.70 0.16 0 0.69
HSL 193.93º 0.54% 0.2% -
HSV(B) 193.93º 0.7% 0.31% -
XYZ 3.83 4.79 8.31 -
YUV 55.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 24 67 80 0.70 0.16 0 0.69 193.93 0.54 0.2
Hex 18 43 50 46 10 0 45 C2 36 14
Octal 30 103 120 106 20 0 105 302 66 24
Binary 11000 1000011 1010000 1000110 10000 0 1000101 11000010 110110 10100

Color Harmonies of #184350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184350

Black with #184350

Text Example


Text Example

White with #184350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184350; }

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

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

background-color css

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

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

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

border-color css

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

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

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