Html Css Color HEX #18414D Green Vogue

📋 copy color: '#18414D'

red 24 ◦ green 65 ◦ blue 77

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

Shades of Green Vogue #18414D

Tints of Green Vogue #18414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.16%

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

R = 14.46%
G = 39.16%
B = 46.39%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18414D (or 0x18414D) is known color: Green Vogue. HEX triplet: 18, 41 and 4D. RGB value is (24,65,77). Sum of RGB (Red+Green+Blue) = 24+65+77=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #18414D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18414D is #E7BEB2. Grayscale: #363636. Windows color (decimal): -15187635 or 5062936. OLE color: 5062936.

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

Color convert

RGB 24 65 77 -
CMYK 0.69 0.16 0 0.70
HSL 193.58º 0.52% 0.2% -
HSV(B) 193.58º 0.69% 0.3% -
XYZ 3.61 4.51 7.7 -
YUV 54.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 24 65 77 0.69 0.16 0 0.70 193.58 0.52 0.2
Hex 18 41 4D 45 10 0 46 C2 34 14
Octal 30 101 115 105 20 0 106 302 64 24
Binary 11000 1000001 1001101 1000101 10000 0 1000110 11000010 110100 10100

Color Harmonies of #18414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18414D

Black with #18414D

Text Example


Text Example

White with #18414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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