Html Css Color HEX #134B2E Zuccini

📋 copy color: '#134B2E'

red 19 ◦ green 75 ◦ blue 46

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

Shades of Zuccini #134B2E

Tints of Zuccini #134B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 32.86%

R = 13.57%
G = 53.57%
B = 32.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.71

RGB Variations

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

Color information

#134B2E (or 0x134B2E) is known color: Zuccini. HEX triplet: 13, 4B and 2E. RGB value is (19,75,46). Sum of RGB (Red+Green+Blue) = 19+75+46=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 75 (29.69% from 255 or 53.57% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 75 - color contains mainly: green. Hex color #134B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B2E is #ECB4D1. Grayscale: #373737. Windows color (decimal): -15512786 or 3033875. OLE color: 3033875.

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

Color convert

RGB 19 75 46 -
CMYK 0.75 0 0.39 0.71
HSL 148.93º 0.6% 0.18% -
HSV(B) 148.93º 0.75% 0.29% -
XYZ 3.28 5.37 3.45 -
YUV 54.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 19 75 46 0.75 0 0.39 0.71 148.93 0.6 0.18
Hex 13 4B 2E 4B 0 27 47 95 3C 12
Octal 23 113 56 113 0 47 107 225 74 22
Binary 10011 1001011 101110 1001011 0 100111 1000111 10010101 111100 10010

Color Harmonies of #134B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B2E

Black with #134B2E

Text Example


Text Example

White with #134B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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