Html Css Color HEX #123D49 Green Vogue

📋 copy color: '#123D49'

red 18 ◦ green 61 ◦ blue 73

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

Shades of Green Vogue #123D49

Tints of Green Vogue #123D49

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.13%

 BLUE value IS 73 (28.91% from 255) = 48.03%

R = 11.84%
G = 40.13%
B = 48.03%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#123D49 (or 0x123D49) is known color: Green Vogue. HEX triplet: 12, 3D and 49. RGB value is (18,61,73). Sum of RGB (Red+Green+Blue) = 18+61+73=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #123D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D49 is #EDC2B6. Grayscale: #313131. Windows color (decimal): -15581879 or 4799762. OLE color: 4799762.

HSL color Cylindrical-coordinate representation of color #123D49: hue angle of 193.09º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #123D49 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 61 73 -
CMYK 0.75 0.16 0 0.71
HSL 193.09º 0.6% 0.18% -
HSV(B) 193.09º 0.75% 0.29% -
XYZ 3.12 3.95 6.9 -
YUV 49.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 18 61 73 0.75 0.16 0 0.71 193.09 0.6 0.18
Hex 12 3D 49 4B 10 0 47 C1 3C 12
Octal 22 75 111 113 20 0 107 301 74 22
Binary 10010 111101 1001001 1001011 10000 0 1000111 11000001 111100 10010

Color Harmonies of #123D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123D49

Black with #123D49

Text Example


Text Example

White with #123D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,61,73); }

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

background-color css

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

 a { background-color: rgb(18,61,73); }

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

border-color css

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

 span { border-color: rgb(18,61,73); }

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