Html Css Color HEX #134825 Zuccini

📋 copy color: '#134825'

red 19 ◦ green 72 ◦ blue 37

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

Shades of Zuccini #134825

Tints of Zuccini #134825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 56.25%

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

R = 14.84%
G = 56.25%
B = 28.91%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#134825 (or 0x134825) is known color: Zuccini. HEX triplet: 13, 48 and 25. RGB value is (19,72,37). Sum of RGB (Red+Green+Blue) = 19+72+37=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #134825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134825 is #ECB7DA. Grayscale: #343434. Windows color (decimal): -15513563 or 2443283. OLE color: 2443283.

HSL color Cylindrical-coordinate representation of color #134825: hue angle of 140.38º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134825 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 72 37 -
CMYK 0.74 0 0.49 0.72
HSL 140.38º 0.58% 0.18% -
HSV(B) 140.38º 0.74% 0.28% -
XYZ 2.92 4.91 2.54 -
YUV 52.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 19 72 37 0.74 0 0.49 0.72 140.38 0.58 0.18
Hex 13 48 25 4A 0 31 48 8C 3A 12
Octal 23 110 45 112 0 61 110 214 72 22
Binary 10011 1001000 100101 1001010 0 110001 1001000 10001100 111010 10010

Color Harmonies of #134825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134825

Black with #134825

Text Example


Text Example

White with #134825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134825; }

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

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

background-color css

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

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

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

border-color css

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

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

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