Html Css Color HEX #18404D Green Vogue

📋 copy color: '#18404D'

red 24 ◦ green 64 ◦ blue 77

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

Shades of Green Vogue #18404D

Tints of Green Vogue #18404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.79%

 BLUE value IS 77 (30.47% from 255) = 46.67%

R = 14.55%
G = 38.79%
B = 46.67%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18404D (or 0x18404D) is known color: Green Vogue. HEX triplet: 18, 40 and 4D. RGB value is (24,64,77). Sum of RGB (Red+Green+Blue) = 24+64+77=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #18404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18404D is #E7BFB2. Grayscale: #353535. Windows color (decimal): -15187891 or 5062680. OLE color: 5062680.

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

Color convert

RGB 24 64 77 -
CMYK 0.69 0.17 0 0.70
HSL 194.72º 0.52% 0.2% -
HSV(B) 194.72º 0.69% 0.3% -
XYZ 3.55 4.4 7.68 -
YUV 53.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 24 64 77 0.69 0.17 0 0.70 194.72 0.52 0.2
Hex 18 40 4D 45 11 0 46 C3 34 14
Octal 30 100 115 105 21 0 106 303 64 24
Binary 11000 1000000 1001101 1000101 10001 0 1000110 11000011 110100 10100

Color Harmonies of #18404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18404D

Black with #18404D

Text Example


Text Example

White with #18404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18404D; }

 p { color: rgb(24,64,77); }

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

background-color css

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

 a { background-color: rgb(24,64,77); }

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

border-color css

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

 span { border-color: rgb(24,64,77); }

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