Html Css Color HEX #18404C Green Vogue

📋 copy color: '#18404C'

red 24 ◦ green 64 ◦ blue 76

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

Shades of Green Vogue #18404C

Tints of Green Vogue #18404C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 46.34%

R = 14.63%
G = 39.02%
B = 46.34%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18404C (or 0x18404C) is known color: Green Vogue. HEX triplet: 18, 40 and 4C. RGB value is (24,64,76). Sum of RGB (Red+Green+Blue) = 24+64+76=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #18404C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18404C is #E7BFB3. Grayscale: #353535. Windows color (decimal): -15187892 or 4997144. OLE color: 4997144.

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

Color convert

RGB 24 64 76 -
CMYK 0.68 0.16 0 0.70
HSL 193.85º 0.52% 0.2% -
HSV(B) 193.85º 0.68% 0.3% -
XYZ 3.51 4.38 7.5 -
YUV 53.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 24 64 76 0.68 0.16 0 0.70 193.85 0.52 0.2
Hex 18 40 4C 44 10 0 46 C2 34 14
Octal 30 100 114 104 20 0 106 302 64 24
Binary 11000 1000000 1001100 1000100 10000 0 1000110 11000010 110100 10100

Color Harmonies of #18404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18404C

Black with #18404C

Text Example


Text Example

White with #18404C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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