Html Css Color HEX #134350 Green Vogue

📋 copy color: '#134350'

red 19 ◦ green 67 ◦ blue 80

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

Shades of Green Vogue #134350

Tints of Green Vogue #134350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 40.36%

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

R = 11.45%
G = 40.36%
B = 48.19%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#134350 (or 0x134350) is known color: Green Vogue. HEX triplet: 13, 43 and 50. RGB value is (19,67,80). Sum of RGB (Red+Green+Blue) = 19+67+80=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #134350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134350 is #ECBCAF. Grayscale: #363636. Windows color (decimal): -15514800 or 5260051. OLE color: 5260051.

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

Color convert

RGB 19 67 80 -
CMYK 0.76 0.16 0 0.69
HSL 192.79º 0.62% 0.19% -
HSV(B) 192.79º 0.76% 0.31% -
XYZ 3.72 4.73 8.31 -
YUV 54.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 19 67 80 0.76 0.16 0 0.69 192.79 0.62 0.19
Hex 13 43 50 4C 10 0 45 C1 3E 13
Octal 23 103 120 114 20 0 105 301 76 23
Binary 10011 1000011 1010000 1001100 10000 0 1000101 11000001 111110 10011

Color Harmonies of #134350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134350

Black with #134350

Text Example


Text Example

White with #134350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134350; }

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

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

background-color css

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

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

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

border-color css

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

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

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