Html Css Color HEX #134C25 Zuccini

📋 copy color: '#134C25'

red 19 ◦ green 76 ◦ blue 37

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

Shades of Zuccini #134C25

Tints of Zuccini #134C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 28.03%

R = 14.39%
G = 57.58%
B = 28.03%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#134C25 (or 0x134C25) is known color: Zuccini. HEX triplet: 13, 4C and 25. RGB value is (19,76,37). Sum of RGB (Red+Green+Blue) = 19+76+37=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 76 (30.08% from 255 or 57.58% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 76 - color contains mainly: green. Hex color #134C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C25 is #ECB3DA. Grayscale: #363636. Windows color (decimal): -15512539 or 2444307. OLE color: 2444307.

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

Color convert

RGB 19 76 37 -
CMYK 0.75 0 0.51 0.70
HSL 138.95º 0.6% 0.19% -
HSV(B) 138.95º 0.75% 0.3% -
XYZ 3.19 5.44 2.63 -
YUV 54.51 118.12 102.67 -
System Red Green Blue C M Y K H S L
Decimal 19 76 37 0.75 0 0.51 0.70 138.95 0.6 0.19
Hex 13 4C 25 4B 0 33 46 8B 3C 13
Octal 23 114 45 113 0 63 106 213 74 23
Binary 10011 1001100 100101 1001011 0 110011 1000110 10001011 111100 10011

Color Harmonies of #134C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C25

Black with #134C25

Text Example


Text Example

White with #134C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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