Html Css Color HEX #123F4F Green Vogue

📋 copy color: '#123F4F'

red 18 ◦ green 63 ◦ blue 79

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

Shades of Green Vogue #123F4F

Tints of Green Vogue #123F4F

RGB

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

 GREEN value IS 63 (25% from 255) = 39.38%

 BLUE value IS 79 (31.25% from 255) = 49.38%

R = 11.25%
G = 39.38%
B = 49.38%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#123F4F (or 0x123F4F) is known color: Green Vogue. HEX triplet: 12, 3F and 4F. RGB value is (18,63,79). Sum of RGB (Red+Green+Blue) = 18+63+79=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #123F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F4F is #EDC0B0. Grayscale: #333333. Windows color (decimal): -15581361 or 5193490. OLE color: 5193490.

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

Color convert

RGB 18 63 79 -
CMYK 0.77 0.20 0 0.69
HSL 195.74º 0.63% 0.19% -
HSV(B) 195.74º 0.77% 0.31% -
XYZ 3.44 4.25 8.04 -
YUV 51.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 18 63 79 0.77 0.20 0 0.69 195.74 0.63 0.19
Hex 12 3F 4F 4D 14 0 45 C4 3F 13
Octal 22 77 117 115 24 0 105 304 77 23
Binary 10010 111111 1001111 1001101 10100 0 1000101 11000100 111111 10011

Color Harmonies of #123F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123F4F

Black with #123F4F

Text Example


Text Example

White with #123F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,63,79); }

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

background-color css

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

 a { background-color: rgb(18,63,79); }

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

border-color css

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

 span { border-color: rgb(18,63,79); }

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