Html Css Color HEX #134C2B Zuccini

📋 copy color: '#134C2B'

red 19 ◦ green 76 ◦ blue 43

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

Shades of Zuccini #134C2B

Tints of Zuccini #134C2B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 55.07%

 BLUE value IS 43 (17.19% from 255) = 31.16%

R = 13.77%
G = 55.07%
B = 31.16%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#134C2B (or 0x134C2B) is known color: Zuccini. HEX triplet: 13, 4C and 2B. RGB value is (19,76,43). Sum of RGB (Red+Green+Blue) = 19+76+43=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 76 (30.08% from 255 or 55.07% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 76 - color contains mainly: green. Hex color #134C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C2B is #ECB3D4. Grayscale: #373737. Windows color (decimal): -15512533 or 2837523. OLE color: 2837523.

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

Color convert

RGB 19 76 43 -
CMYK 0.75 0 0.43 0.70
HSL 145.26º 0.6% 0.19% -
HSV(B) 145.26º 0.75% 0.3% -
XYZ 3.29 5.48 3.17 -
YUV 55.2 121.12 102.18 -
System Red Green Blue C M Y K H S L
Decimal 19 76 43 0.75 0 0.43 0.70 145.26 0.6 0.19
Hex 13 4C 2B 4B 0 2B 46 91 3C 13
Octal 23 114 53 113 0 53 106 221 74 23
Binary 10011 1001100 101011 1001011 0 101011 1000110 10010001 111100 10011

Color Harmonies of #134C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C2B

Black with #134C2B

Text Example


Text Example

White with #134C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,76,43); }

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

background-color css

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

 a { background-color: rgb(19,76,43); }

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

border-color css

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

 span { border-color: rgb(19,76,43); }

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