Html Css Color HEX #134426 Zuccini

📋 copy color: '#134426'

red 19 ◦ green 68 ◦ blue 38

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

Shades of Zuccini #134426

Tints of Zuccini #134426

RGB

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

 GREEN value IS 68 (26.95% from 255) = 54.4%

 BLUE value IS 38 (15.23% from 255) = 30.4%

R = 15.2%
G = 54.4%
B = 30.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#134426 (or 0x134426) is known color: Zuccini. HEX triplet: 13, 44 and 26. RGB value is (19,68,38). Sum of RGB (Red+Green+Blue) = 19+68+38=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #134426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134426 is #ECBBD9. Grayscale: #323232. Windows color (decimal): -15514586 or 2507795. OLE color: 2507795.

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

Color convert

RGB 19 68 38 -
CMYK 0.72 0 0.44 0.73
HSL 143.27º 0.56% 0.17% -
HSV(B) 143.27º 0.72% 0.27% -
XYZ 2.69 4.41 2.54 -
YUV 49.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 19 68 38 0.72 0 0.44 0.73 143.27 0.56 0.17
Hex 13 44 26 48 0 2C 49 8F 38 11
Octal 23 104 46 110 0 54 111 217 70 21
Binary 10011 1000100 100110 1001000 0 101100 1001001 10001111 111000 10001

Color Harmonies of #134426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134426

Black with #134426

Text Example


Text Example

White with #134426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134426; }

 p { color: rgb(19,68,38); }

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

background-color css

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

 a { background-color: rgb(19,68,38); }

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

border-color css

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

 span { border-color: rgb(19,68,38); }

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