Html Css Color HEX #123C50 Green Vogue

📋 copy color: '#123C50'

red 18 ◦ green 60 ◦ blue 80

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

Shades of Green Vogue #123C50

Tints of Green Vogue #123C50

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.97%

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

R = 11.39%
G = 37.97%
B = 50.63%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#123C50 (or 0x123C50) is known color: Green Vogue. HEX triplet: 12, 3C and 50. RGB value is (18,60,80). Sum of RGB (Red+Green+Blue) = 18+60+80=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #123C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C50 is #EDC3AF. Grayscale: #313131. Windows color (decimal): -15582128 or 5258258. OLE color: 5258258.

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

Color convert

RGB 18 60 80 -
CMYK 0.78 0.25 0 0.69
HSL 199.35º 0.63% 0.19% -
HSV(B) 199.35º 0.78% 0.31% -
XYZ 3.31 3.94 8.18 -
YUV 49.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 18 60 80 0.78 0.25 0 0.69 199.35 0.63 0.19
Hex 12 3C 50 4E 19 0 45 C7 3F 13
Octal 22 74 120 116 31 0 105 307 77 23
Binary 10010 111100 1010000 1001110 11001 0 1000101 11000111 111111 10011

Color Harmonies of #123C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C50

Black with #123C50

Text Example


Text Example

White with #123C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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