Html Css Color HEX #123D52 Green Vogue

📋 copy color: '#123D52'

red 18 ◦ green 61 ◦ blue 82

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

Shades of Green Vogue #123D52

Tints of Green Vogue #123D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 50.93%

R = 11.18%
G = 37.89%
B = 50.93%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#123D52 (or 0x123D52) is known color: Green Vogue. HEX triplet: 12, 3D and 52. RGB value is (18,61,82). Sum of RGB (Red+Green+Blue) = 18+61+82=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #123D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D52 is #EDC2AD. Grayscale: #323232. Windows color (decimal): -15581870 or 5389586. OLE color: 5389586.

HSL color Cylindrical-coordinate representation of color #123D52: hue angle of 199.69º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #123D52 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 61 82 -
CMYK 0.78 0.26 0 0.68
HSL 199.69º 0.64% 0.2% -
HSV(B) 199.69º 0.78% 0.32% -
XYZ 3.44 4.08 8.59 -
YUV 50.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 18 61 82 0.78 0.26 0 0.68 199.69 0.64 0.2
Hex 12 3D 52 4E 1A 0 44 C8 40 14
Octal 22 75 122 116 32 0 104 310 100 24
Binary 10010 111101 1010010 1001110 11010 0 1000100 11001000 1000000 10100

Color Harmonies of #123D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123D52

Black with #123D52

Text Example


Text Example

White with #123D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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