Html Css Color HEX #134631 Zuccini

📋 copy color: '#134631'

red 19 ◦ green 70 ◦ blue 49

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

Shades of Zuccini #134631

Tints of Zuccini #134631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 50.72%

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

R = 13.77%
G = 50.72%
B = 35.51%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#134631 (or 0x134631) is known color: Zuccini. HEX triplet: 13, 46 and 31. RGB value is (19,70,49). Sum of RGB (Red+Green+Blue) = 19+70+49=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 70 (27.73% from 255 or 50.72% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 70 - color contains mainly: green. Hex color #134631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134631 is #ECB9CE. Grayscale: #343434. Windows color (decimal): -15514063 or 3229203. OLE color: 3229203.

HSL color Cylindrical-coordinate representation of color #134631: hue angle of 155.29º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134631 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 70 49 -
CMYK 0.73 0 0.30 0.73
HSL 155.29º 0.57% 0.17% -
HSV(B) 155.29º 0.73% 0.27% -
XYZ 3.01 4.74 3.66 -
YUV 52.36 126.1 104.21 -
System Red Green Blue C M Y K H S L
Decimal 19 70 49 0.73 0 0.30 0.73 155.29 0.57 0.17
Hex 13 46 31 49 0 1E 49 9B 39 11
Octal 23 106 61 111 0 36 111 233 71 21
Binary 10011 1000110 110001 1001001 0 11110 1001001 10011011 111001 10001

Color Harmonies of #134631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134631

Black with #134631

Text Example


Text Example

White with #134631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134631; }

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

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

background-color css

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

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

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

border-color css

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

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

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