Html Css Color HEX #134E29 Zuccini

📋 copy color: '#134E29'

red 19 ◦ green 78 ◦ blue 41

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

Shades of Zuccini #134E29

Tints of Zuccini #134E29

RGB

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

 GREEN value IS 78 (30.86% from 255) = 56.52%

 BLUE value IS 41 (16.41% from 255) = 29.71%

R = 13.77%
G = 56.52%
B = 29.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#134E29 (or 0x134E29) is known color: Zuccini. HEX triplet: 13, 4E and 29. RGB value is (19,78,41). Sum of RGB (Red+Green+Blue) = 19+78+41=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 78 (30.86% from 255 or 56.52% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 78 - color contains mainly: green. Hex color #134E29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E29 is #ECB1D6. Grayscale: #383838. Windows color (decimal): -15512023 or 2706963. OLE color: 2706963.

HSL color Cylindrical-coordinate representation of color #134E29: hue angle of 142.37º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134E29 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 78 41 -
CMYK 0.76 0 0.47 0.69
HSL 142.37º 0.61% 0.19% -
HSV(B) 142.37º 0.76% 0.31% -
XYZ 3.39 5.75 3.03 -
YUV 56.14 119.45 101.51 -
System Red Green Blue C M Y K H S L
Decimal 19 78 41 0.76 0 0.47 0.69 142.37 0.61 0.19
Hex 13 4E 29 4C 0 2F 45 8E 3D 13
Octal 23 116 51 114 0 57 105 216 75 23
Binary 10011 1001110 101001 1001100 0 101111 1000101 10001110 111101 10011

Color Harmonies of #134E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134E29

Black with #134E29

Text Example


Text Example

White with #134E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,78,41); }

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

background-color css

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

 a { background-color: rgb(19,78,41); }

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

border-color css

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

 span { border-color: rgb(19,78,41); }

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