Html Css Color HEX #134328 Zuccini

📋 copy color: '#134328'

red 19 ◦ green 67 ◦ blue 40

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

Shades of Zuccini #134328

Tints of Zuccini #134328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 53.17%

 BLUE value IS 40 (16.02% from 255) = 31.75%

R = 15.08%
G = 53.17%
B = 31.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#134328 (or 0x134328) is known color: Zuccini. HEX triplet: 13, 43 and 28. RGB value is (19,67,40). Sum of RGB (Red+Green+Blue) = 19+67+40=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #134328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134328 is #ECBCD7. Grayscale: #313131. Windows color (decimal): -15514840 or 2638611. OLE color: 2638611.

HSL color Cylindrical-coordinate representation of color #134328: hue angle of 146.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134328 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 67 40 -
CMYK 0.72 0 0.40 0.74
HSL 146.25º 0.56% 0.17% -
HSV(B) 146.25º 0.72% 0.26% -
XYZ 2.66 4.31 2.7 -
YUV 49.57 122.6 106.2 -
System Red Green Blue C M Y K H S L
Decimal 19 67 40 0.72 0 0.40 0.74 146.25 0.56 0.17
Hex 13 43 28 48 0 28 4A 92 38 11
Octal 23 103 50 110 0 50 112 222 70 21
Binary 10011 1000011 101000 1001000 0 101000 1001010 10010010 111000 10001

Color Harmonies of #134328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134328

Black with #134328

Text Example


Text Example

White with #134328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134328; }

 p { color: rgb(19,67,40); }

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

background-color css

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

 a { background-color: rgb(19,67,40); }

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

border-color css

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

 span { border-color: rgb(19,67,40); }

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