Html Css Color HEX #134150 Green Vogue

📋 copy color: '#134150'

red 19 ◦ green 65 ◦ blue 80

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

Shades of Green Vogue #134150

Tints of Green Vogue #134150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.63%

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

R = 11.59%
G = 39.63%
B = 48.78%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#134150 (or 0x134150) is known color: Green Vogue. HEX triplet: 13, 41 and 50. RGB value is (19,65,80). Sum of RGB (Red+Green+Blue) = 19+65+80=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #134150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134150 is #ECBEAF. Grayscale: #343434. Windows color (decimal): -15515312 or 5259539. OLE color: 5259539.

HSL color Cylindrical-coordinate representation of color #134150: hue angle of 194.75º 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 #134150 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 65 80 -
CMYK 0.76 0.19 0 0.69
HSL 194.75º 0.62% 0.19% -
HSV(B) 194.75º 0.76% 0.31% -
XYZ 3.61 4.5 8.27 -
YUV 52.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 19 65 80 0.76 0.19 0 0.69 194.75 0.62 0.19
Hex 13 41 50 4C 13 0 45 C3 3E 13
Octal 23 101 120 114 23 0 105 303 76 23
Binary 10011 1000001 1010000 1001100 10011 0 1000101 11000011 111110 10011

Color Harmonies of #134150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134150

Black with #134150

Text Example


Text Example

White with #134150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134150; }

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

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

background-color css

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

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

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

border-color css

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

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

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