Html Css Color HEX #134731 Zuccini

📋 copy color: '#134731'

red 19 ◦ green 71 ◦ blue 49

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

Shades of Zuccini #134731

Tints of Zuccini #134731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 51.08%

 BLUE value IS 49 (19.53% from 255) = 35.25%

R = 13.67%
G = 51.08%
B = 35.25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#134731 (or 0x134731) is known color: Zuccini. HEX triplet: 13, 47 and 31. RGB value is (19,71,49). Sum of RGB (Red+Green+Blue) = 19+71+49=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #134731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134731 is #ECB8CE. Grayscale: #343434. Windows color (decimal): -15513807 or 3229459. OLE color: 3229459.

HSL color Cylindrical-coordinate representation of color #134731: hue angle of 154.62º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134731 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 71 49 -
CMYK 0.73 0 0.31 0.72
HSL 154.62º 0.58% 0.18% -
HSV(B) 154.62º 0.73% 0.28% -
XYZ 3.08 4.87 3.68 -
YUV 52.94 125.77 103.79 -
System Red Green Blue C M Y K H S L
Decimal 19 71 49 0.73 0 0.31 0.72 154.62 0.58 0.18
Hex 13 47 31 49 0 1F 48 9B 3A 12
Octal 23 107 61 111 0 37 110 233 72 22
Binary 10011 1000111 110001 1001001 0 11111 1001000 10011011 111010 10010

Color Harmonies of #134731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134731

Black with #134731

Text Example


Text Example

White with #134731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134731; }

 p { color: rgb(19,71,49); }

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

background-color css

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

 a { background-color: rgb(19,71,49); }

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

border-color css

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

 span { border-color: rgb(19,71,49); }

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