Html Css Color HEX #134250 Green Vogue

📋 copy color: '#134250'

red 19 ◦ green 66 ◦ blue 80

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

Shades of Green Vogue #134250

Tints of Green Vogue #134250

RGB

 RED value IS 19 (7.81% from 255) = 11.52%

 GREEN value IS 66 (26.17% from 255) = 40%

 BLUE value IS 80 (31.64% from 255) = 48.48%

R = 11.52%
G = 40%
B = 48.48%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#134250 (or 0x134250) is known color: Green Vogue. HEX triplet: 13, 42 and 50. RGB value is (19,66,80). Sum of RGB (Red+Green+Blue) = 19+66+80=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #134250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134250 is #ECBDAF. Grayscale: #353535. Windows color (decimal): -15515056 or 5259795. OLE color: 5259795.

HSL color Cylindrical-coordinate representation of color #134250: hue angle of 193.77º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134250 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 66 80 -
CMYK 0.76 0.17 0 0.69
HSL 193.77º 0.62% 0.19% -
HSV(B) 193.77º 0.76% 0.31% -
XYZ 3.66 4.61 8.29 -
YUV 53.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 19 66 80 0.76 0.17 0 0.69 193.77 0.62 0.19
Hex 13 42 50 4C 11 0 45 C2 3E 13
Octal 23 102 120 114 21 0 105 302 76 23
Binary 10011 1000010 1010000 1001100 10001 0 1000101 11000010 111110 10011

Color Harmonies of #134250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134250

Black with #134250

Text Example


Text Example

White with #134250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134250; }

 p { color: rgb(19,66,80); }

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

background-color css

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

 a { background-color: rgb(19,66,80); }

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

border-color css

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

 span { border-color: rgb(19,66,80); }

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