Html Css Color HEX #134830 Zuccini

📋 copy color: '#134830'

red 19 ◦ green 72 ◦ blue 48

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

Shades of Zuccini #134830

Tints of Zuccini #134830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 51.8%

 BLUE value IS 48 (19.14% from 255) = 34.53%

R = 13.67%
G = 51.8%
B = 34.53%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#134830 (or 0x134830) is known color: Zuccini. HEX triplet: 13, 48 and 30. RGB value is (19,72,48). Sum of RGB (Red+Green+Blue) = 19+72+48=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #134830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134830 is #ECB7CF. Grayscale: #353535. Windows color (decimal): -15513552 or 3164179. OLE color: 3164179.

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

Color convert

RGB 19 72 48 -
CMYK 0.74 0 0.33 0.72
HSL 152.83º 0.58% 0.18% -
HSV(B) 152.83º 0.74% 0.28% -
XYZ 3.12 4.99 3.59 -
YUV 53.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 19 72 48 0.74 0 0.33 0.72 152.83 0.58 0.18
Hex 13 48 30 4A 0 21 48 99 3A 12
Octal 23 110 60 112 0 41 110 231 72 22
Binary 10011 1001000 110000 1001010 0 100001 1001000 10011001 111010 10010

Color Harmonies of #134830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134830

Black with #134830

Text Example


Text Example

White with #134830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134830; }

 p { color: rgb(19,72,48); }

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

background-color css

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

 a { background-color: rgb(19,72,48); }

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

border-color css

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

 span { border-color: rgb(19,72,48); }

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