Html Css Color HEX #134727 Zuccini

📋 copy color: '#134727'

red 19 ◦ green 71 ◦ blue 39

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

Shades of Zuccini #134727

Tints of Zuccini #134727

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.04%

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

R = 14.73%
G = 55.04%
B = 30.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#134727 (or 0x134727) is known color: Zuccini. HEX triplet: 13, 47 and 27. RGB value is (19,71,39). Sum of RGB (Red+Green+Blue) = 19+71+39=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #134727 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134727 is #ECB8D8. Grayscale: #333333. Windows color (decimal): -15513817 or 2574099. OLE color: 2574099.

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

Color convert

RGB 19 71 39 -
CMYK 0.73 0 0.45 0.72
HSL 143.08º 0.58% 0.18% -
HSV(B) 143.08º 0.73% 0.28% -
XYZ 2.89 4.79 2.69 -
YUV 51.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 19 71 39 0.73 0 0.45 0.72 143.08 0.58 0.18
Hex 13 47 27 49 0 2D 48 8F 3A 12
Octal 23 107 47 111 0 55 110 217 72 22
Binary 10011 1000111 100111 1001001 0 101101 1001000 10001111 111010 10010

Color Harmonies of #134727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134727

Black with #134727

Text Example


Text Example

White with #134727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134727; }

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

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

background-color css

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

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

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

border-color css

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

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

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