Html Css Color HEX #134351 Green Vogue

📋 copy color: '#134351'

red 19 ◦ green 67 ◦ blue 81

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

Shades of Green Vogue #134351

Tints of Green Vogue #134351

RGB

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

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

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

R = 11.38%
G = 40.12%
B = 48.5%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#134351 (or 0x134351) is known color: Green Vogue. HEX triplet: 13, 43 and 51. RGB value is (19,67,81). Sum of RGB (Red+Green+Blue) = 19+67+81=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #134351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134351 is #ECBCAE. Grayscale: #363636. Windows color (decimal): -15514799 or 5325587. OLE color: 5325587.

HSL color Cylindrical-coordinate representation of color #134351: hue angle of 193.55º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134351 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 67 81 -
CMYK 0.77 0.17 0 0.68
HSL 193.55º 0.62% 0.2% -
HSV(B) 193.55º 0.77% 0.32% -
XYZ 3.76 4.75 8.5 -
YUV 54.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 19 67 81 0.77 0.17 0 0.68 193.55 0.62 0.2
Hex 13 43 51 4D 11 0 44 C2 3E 14
Octal 23 103 121 115 21 0 104 302 76 24
Binary 10011 1000011 1010001 1001101 10001 0 1000100 11000010 111110 10100

Color Harmonies of #134351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134351

Black with #134351

Text Example


Text Example

White with #134351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134351; }

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

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

background-color css

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

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

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

border-color css

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

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

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