Html Css Color HEX #134D27 Zuccini

📋 copy color: '#134D27'

red 19 ◦ green 77 ◦ blue 39

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

Shades of Zuccini #134D27

Tints of Zuccini #134D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 28.89%

R = 14.07%
G = 57.04%
B = 28.89%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.49

 K value IS 0.70

RGB Variations

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

Color information

#134D27 (or 0x134D27) is known color: Zuccini. HEX triplet: 13, 4D and 27. RGB value is (19,77,39). Sum of RGB (Red+Green+Blue) = 19+77+39=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 77 (30.47% from 255 or 57.04% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 77 - color contains mainly: green. Hex color #134D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134D27 is #ECB2D8. Grayscale: #373737. Windows color (decimal): -15512281 or 2575635. OLE color: 2575635.

HSL color Cylindrical-coordinate representation of color #134D27: hue angle of 140.69º 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 #134D27 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 77 39 -
CMYK 0.75 0 0.49 0.70
HSL 140.69º 0.6% 0.19% -
HSV(B) 140.69º 0.75% 0.3% -
XYZ 3.29 5.59 2.83 -
YUV 55.33 118.78 102.09 -
System Red Green Blue C M Y K H S L
Decimal 19 77 39 0.75 0 0.49 0.70 140.69 0.6 0.19
Hex 13 4D 27 4B 0 31 46 8D 3C 13
Octal 23 115 47 113 0 61 106 215 74 23
Binary 10011 1001101 100111 1001011 0 110001 1000110 10001101 111100 10011

Color Harmonies of #134D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D27

Black with #134D27

Text Example


Text Example

White with #134D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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