Html Css Color HEX #134C2F Zuccini

📋 copy color: '#134C2F'

red 19 ◦ green 76 ◦ blue 47

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

Shades of Zuccini #134C2F

Tints of Zuccini #134C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 33.1%

R = 13.38%
G = 53.52%
B = 33.1%

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

#134C2F (or 0x134C2F) is known color: Zuccini. HEX triplet: 13, 4C and 2F. RGB value is (19,76,47). Sum of RGB (Red+Green+Blue) = 19+76+47=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 76 (30.08% from 255 or 53.52% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 76 - color contains mainly: green. Hex color #134C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C2F is #ECB3D0. Grayscale: #373737. Windows color (decimal): -15512529 or 3099667. OLE color: 3099667.

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

Color convert

RGB 19 76 47 -
CMYK 0.75 0 0.38 0.70
HSL 149.47º 0.6% 0.19% -
HSV(B) 149.47º 0.75% 0.3% -
XYZ 3.37 5.51 3.58 -
YUV 55.65 123.12 101.86 -
System Red Green Blue C M Y K H S L
Decimal 19 76 47 0.75 0 0.38 0.70 149.47 0.6 0.19
Hex 13 4C 2F 4B 0 26 46 95 3C 13
Octal 23 114 57 113 0 46 106 225 74 23
Binary 10011 1001100 101111 1001011 0 100110 1000110 10010101 111100 10011

Color Harmonies of #134C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C2F

Black with #134C2F

Text Example


Text Example

White with #134C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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