Html Css Color HEX #134D30 Zuccini

📋 copy color: '#134D30'

red 19 ◦ green 77 ◦ blue 48

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

Shades of Zuccini #134D30

Tints of Zuccini #134D30

RGB

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

 GREEN value IS 77 (30.47% from 255) = 53.47%

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

R = 13.19%
G = 53.47%
B = 33.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#134D30 (or 0x134D30) is known color: Zuccini. HEX triplet: 13, 4D and 30. RGB value is (19,77,48). Sum of RGB (Red+Green+Blue) = 19+77+48=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #134D30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134D30 is #ECB2CF. Grayscale: #383838. Windows color (decimal): -15512272 or 3165459. OLE color: 3165459.

HSL color Cylindrical-coordinate representation of color #134D30: hue angle of 150º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134D30 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 77 48 -
CMYK 0.75 0 0.38 0.70
HSL 150º 0.6% 0.19% -
HSV(B) 150º 0.75% 0.3% -
XYZ 3.46 5.66 3.71 -
YUV 56.35 123.28 101.36 -
System Red Green Blue C M Y K H S L
Decimal 19 77 48 0.75 0 0.38 0.70 150 0.6 0.19
Hex 13 4D 30 4B 0 26 46 96 3C 13
Octal 23 115 60 113 0 46 106 226 74 23
Binary 10011 1001101 110000 1001011 0 100110 1000110 10010110 111100 10011

Color Harmonies of #134D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D30

Black with #134D30

Text Example


Text Example

White with #134D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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