Html Css Color HEX #134C26 Zuccini

📋 copy color: '#134C26'

red 19 ◦ green 76 ◦ blue 38

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

Shades of Zuccini #134C26

Tints of Zuccini #134C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 28.57%

R = 14.29%
G = 57.14%
B = 28.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.5

 K value IS 0.70

RGB Variations

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

Color information

#134C26 (or 0x134C26) is known color: Zuccini. HEX triplet: 13, 4C and 26. RGB value is (19,76,38). Sum of RGB (Red+Green+Blue) = 19+76+38=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 76 (30.08% from 255 or 57.14% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 76 - color contains mainly: green. Hex color #134C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C26 is #ECB3D9. Grayscale: #363636. Windows color (decimal): -15512538 or 2509843. OLE color: 2509843.

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

Color convert

RGB 19 76 38 -
CMYK 0.75 0 0.5 0.70
HSL 140º 0.6% 0.19% -
HSV(B) 140º 0.75% 0.3% -
XYZ 3.2 5.45 2.72 -
YUV 54.63 118.62 102.59 -
System Red Green Blue C M Y K H S L
Decimal 19 76 38 0.75 0 0.5 0.70 140 0.6 0.19
Hex 13 4C 26 4B 0 32 46 8C 3C 13
Octal 23 114 46 113 0 62 106 214 74 23
Binary 10011 1001100 100110 1001011 0 110010 1000110 10001100 111100 10011

Color Harmonies of #134C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C26

Black with #134C26

Text Example


Text Example

White with #134C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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