Html Css Color HEX #124552 Green Vogue

📋 copy color: '#124552'

red 18 ◦ green 69 ◦ blue 82

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

Shades of Green Vogue #124552

Tints of Green Vogue #124552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.83%

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

R = 10.65%
G = 40.83%
B = 48.52%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#124552 (or 0x124552) is known color: Green Vogue. HEX triplet: 12, 45 and 52. RGB value is (18,69,82). Sum of RGB (Red+Green+Blue) = 18+69+82=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #124552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124552 is #EDBAAD. Grayscale: #373737. Windows color (decimal): -15579822 or 5391634. OLE color: 5391634.

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

Color convert

RGB 18 69 82 -
CMYK 0.78 0.16 0 0.68
HSL 192.19º 0.64% 0.2% -
HSV(B) 192.19º 0.78% 0.32% -
XYZ 3.9 4.99 8.74 -
YUV 55.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 18 69 82 0.78 0.16 0 0.68 192.19 0.64 0.2
Hex 12 45 52 4E 10 0 44 C0 40 14
Octal 22 105 122 116 20 0 104 300 100 24
Binary 10010 1000101 1010010 1001110 10000 0 1000100 11000000 1000000 10100

Color Harmonies of #124552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124552

Black with #124552

Text Example


Text Example

White with #124552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124552; }

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

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

background-color css

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

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

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

border-color css

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

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

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