Html Css Color HEX #124551 Green Vogue

📋 copy color: '#124551'

red 18 ◦ green 69 ◦ blue 81

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

Shades of Green Vogue #124551

Tints of Green Vogue #124551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 48.21%

R = 10.71%
G = 41.07%
B = 48.21%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#124551 (or 0x124551) is known color: Green Vogue. HEX triplet: 12, 45 and 51. RGB value is (18,69,81). Sum of RGB (Red+Green+Blue) = 18+69+81=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #124551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124551 is #EDBAAE. Grayscale: #373737. Windows color (decimal): -15579823 or 5326098. OLE color: 5326098.

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

Color convert

RGB 18 69 81 -
CMYK 0.78 0.15 0 0.68
HSL 191.43º 0.64% 0.19% -
HSV(B) 191.43º 0.78% 0.32% -
XYZ 3.86 4.98 8.54 -
YUV 55.12 142.6 101.52 -
System Red Green Blue C M Y K H S L
Decimal 18 69 81 0.78 0.15 0 0.68 191.43 0.64 0.19
Hex 12 45 51 4E F 0 44 BF 40 13
Octal 22 105 121 116 17 0 104 277 100 23
Binary 10010 1000101 1010001 1001110 1111 0 1000100 10111111 1000000 10011

Color Harmonies of #124551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124551

Black with #124551

Text Example


Text Example

White with #124551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124551; }

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

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

background-color css

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

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

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

border-color css

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

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

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