Html Css Color HEX #134B2F Zuccini

📋 copy color: '#134B2F'

red 19 ◦ green 75 ◦ blue 47

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

Shades of Zuccini #134B2F

Tints of Zuccini #134B2F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 53.19%

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

R = 13.48%
G = 53.19%
B = 33.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#134B2F (or 0x134B2F) is known color: Zuccini. HEX triplet: 13, 4B and 2F. RGB value is (19,75,47). Sum of RGB (Red+Green+Blue) = 19+75+47=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #134B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B2F is #ECB4D0. Grayscale: #373737. Windows color (decimal): -15512785 or 3099411. OLE color: 3099411.

HSL color Cylindrical-coordinate representation of color #134B2F: hue angle of 150º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134B2F is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 75 47 -
CMYK 0.75 0 0.37 0.71
HSL 150º 0.6% 0.18% -
HSV(B) 150º 0.75% 0.29% -
XYZ 3.3 5.38 3.55 -
YUV 55.06 123.45 102.28 -
System Red Green Blue C M Y K H S L
Decimal 19 75 47 0.75 0 0.37 0.71 150 0.6 0.18
Hex 13 4B 2F 4B 0 25 47 96 3C 12
Octal 23 113 57 113 0 45 107 226 74 22
Binary 10011 1001011 101111 1001011 0 100101 1000111 10010110 111100 10010

Color Harmonies of #134B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B2F

Black with #134B2F

Text Example


Text Example

White with #134B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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