Html Css Color HEX #134128 Zuccini

📋 copy color: '#134128'

red 19 ◦ green 65 ◦ blue 40

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

Shades of Zuccini #134128

Tints of Zuccini #134128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 52.42%

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

R = 15.32%
G = 52.42%
B = 32.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#134128 (or 0x134128) is known color: Zuccini. HEX triplet: 13, 41 and 28. RGB value is (19,65,40). Sum of RGB (Red+Green+Blue) = 19+65+40=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #134128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134128 is #ECBED7. Grayscale: #303030. Windows color (decimal): -15515352 or 2638099. OLE color: 2638099.

HSL color Cylindrical-coordinate representation of color #134128: hue angle of 147.39º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134128 is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 40 -
CMYK 0.71 0 0.38 0.75
HSL 147.39º 0.55% 0.16% -
HSV(B) 147.39º 0.71% 0.25% -
XYZ 2.54 4.07 2.66 -
YUV 48.4 123.26 107.03 -
System Red Green Blue C M Y K H S L
Decimal 19 65 40 0.71 0 0.38 0.75 147.39 0.55 0.16
Hex 13 41 28 47 0 26 4B 93 37 10
Octal 23 101 50 107 0 46 113 223 67 20
Binary 10011 1000001 101000 1000111 0 100110 1001011 10010011 110111 10000

Color Harmonies of #134128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134128

Black with #134128

Text Example


Text Example

White with #134128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134128; }

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

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

background-color css

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

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

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

border-color css

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

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

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