Html Css Color HEX #124050 Green Vogue

📋 copy color: '#124050'

red 18 ◦ green 64 ◦ blue 80

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

Shades of Green Vogue #124050

Tints of Green Vogue #124050

RGB

 RED value IS 18 (7.42% from 255) = 11.11%

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

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

R = 11.11%
G = 39.51%
B = 49.38%

CMYK

 C value IS 0.78

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#124050 (or 0x124050) is known color: Green Vogue. HEX triplet: 12, 40 and 50. RGB value is (18,64,80). Sum of RGB (Red+Green+Blue) = 18+64+80=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #124050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124050 is #EDBFAF. Grayscale: #333333. Windows color (decimal): -15581104 or 5259282. OLE color: 5259282.

HSL color Cylindrical-coordinate representation of color #124050: hue angle of 195.48º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124050 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 64 80 -
CMYK 0.78 0.20 0 0.69
HSL 195.48º 0.63% 0.19% -
HSV(B) 195.48º 0.78% 0.31% -
XYZ 3.53 4.37 8.25 -
YUV 52.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 18 64 80 0.78 0.20 0 0.69 195.48 0.63 0.19
Hex 12 40 50 4E 14 0 45 C3 3F 13
Octal 22 100 120 116 24 0 105 303 77 23
Binary 10010 1000000 1010000 1001110 10100 0 1000101 11000011 111111 10011

Color Harmonies of #124050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124050

Black with #124050

Text Example


Text Example

White with #124050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124050; }

 p { color: rgb(18,64,80); }

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

background-color css

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

 a { background-color: rgb(18,64,80); }

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

border-color css

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

 span { border-color: rgb(18,64,80); }

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