Html Css Color HEX #134353 Green Vogue

📋 copy color: '#134353'

red 19 ◦ green 67 ◦ blue 83

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

Shades of Green Vogue #134353

Tints of Green Vogue #134353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 49.11%

R = 11.24%
G = 39.64%
B = 49.11%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#134353 (or 0x134353) is known color: Green Vogue. HEX triplet: 13, 43 and 53. RGB value is (19,67,83). Sum of RGB (Red+Green+Blue) = 19+67+83=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #134353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134353 is #ECBCAC. Grayscale: #363636. Windows color (decimal): -15514797 or 5456659. OLE color: 5456659.

HSL color Cylindrical-coordinate representation of color #134353: hue angle of 195º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134353 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 67 83 -
CMYK 0.77 0.19 0 0.67
HSL 195º 0.63% 0.2% -
HSV(B) 195º 0.77% 0.33% -
XYZ 3.84 4.78 8.9 -
YUV 54.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 19 67 83 0.77 0.19 0 0.67 195 0.63 0.2
Hex 13 43 53 4D 13 0 43 C3 3F 14
Octal 23 103 123 115 23 0 103 303 77 24
Binary 10011 1000011 1010011 1001101 10011 0 1000011 11000011 111111 10100

Color Harmonies of #134353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134353

Black with #134353

Text Example


Text Example

White with #134353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134353; }

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

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

background-color css

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

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

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

border-color css

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

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

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