Html Css Color HEX #124250 Green Vogue

📋 copy color: '#124250'

red 18 ◦ green 66 ◦ blue 80

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

Shades of Green Vogue #124250

Tints of Green Vogue #124250

RGB

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

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

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

R = 10.98%
G = 40.24%
B = 48.78%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#124250 (or 0x124250) is known color: Green Vogue. HEX triplet: 12, 42 and 50. RGB value is (18,66,80). Sum of RGB (Red+Green+Blue) = 18+66+80=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #124250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124250 is #EDBDAF. Grayscale: #353535. Windows color (decimal): -15580592 or 5259794. OLE color: 5259794.

HSL color Cylindrical-coordinate representation of color #124250: hue angle of 193.55º 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 #124250 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 66 80 -
CMYK 0.78 0.17 0 0.69
HSL 193.55º 0.63% 0.19% -
HSV(B) 193.55º 0.78% 0.31% -
XYZ 3.65 4.6 8.29 -
YUV 53.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 18 66 80 0.78 0.17 0 0.69 193.55 0.63 0.19
Hex 12 42 50 4E 11 0 45 C2 3F 13
Octal 22 102 120 116 21 0 105 302 77 23
Binary 10010 1000010 1010000 1001110 10001 0 1000101 11000010 111111 10011

Color Harmonies of #124250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124250

Black with #124250

Text Example


Text Example

White with #124250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124250; }

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

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

background-color css

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

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

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

border-color css

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

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

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