Html Css Color HEX #18424E Green Vogue

📋 copy color: '#18424E'

red 24 ◦ green 66 ◦ blue 78

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

Shades of Green Vogue #18424E

Tints of Green Vogue #18424E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 46.43%

R = 14.29%
G = 39.29%
B = 46.43%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#18424E (or 0x18424E) is known color: Green Vogue. HEX triplet: 18, 42 and 4E. RGB value is (24,66,78). Sum of RGB (Red+Green+Blue) = 24+66+78=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 78 - color contains mainly: blue. Hex color #18424E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18424E is #E7BDB1. Grayscale: #363636. Windows color (decimal): -15187378 or 5128728. OLE color: 5128728.

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

Color convert

RGB 24 66 78 -
CMYK 0.69 0.15 0 0.69
HSL 193.33º 0.53% 0.2% -
HSV(B) 193.33º 0.69% 0.31% -
XYZ 3.7 4.64 7.91 -
YUV 54.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 24 66 78 0.69 0.15 0 0.69 193.33 0.53 0.2
Hex 18 42 4E 45 F 0 45 C1 35 14
Octal 30 102 116 105 17 0 105 301 65 24
Binary 11000 1000010 1001110 1000101 1111 0 1000101 11000001 110101 10100

Color Harmonies of #18424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18424E

Black with #18424E

Text Example


Text Example

White with #18424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18424E; }

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

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

background-color css

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

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

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

border-color css

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

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

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