Html Css Color HEX #133D29 Zuccini

📋 copy color: '#133D29'

red 19 ◦ green 61 ◦ blue 41

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

Shades of Zuccini #133D29

Tints of Zuccini #133D29

RGB

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

 GREEN value IS 61 (24.22% from 255) = 50.41%

 BLUE value IS 41 (16.41% from 255) = 33.88%

R = 15.7%
G = 50.41%
B = 33.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.33

 K value IS 0.76

RGB Variations

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

Color information

#133D29 (or 0x133D29) is known color: Zuccini. HEX triplet: 13, 3D and 29. RGB value is (19,61,41). Sum of RGB (Red+Green+Blue) = 19+61+41=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 61 (24.22% from 255 or 50.41% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 61 - color contains mainly: green. Hex color #133D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D29 is #ECC2D6. Grayscale: #2E2E2E. Windows color (decimal): -15516375 or 2702611. OLE color: 2702611.

HSL color Cylindrical-coordinate representation of color #133D29: hue angle of 151.43º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133D29 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 61 41 -
CMYK 0.69 0 0.33 0.76
HSL 151.43º 0.53% 0.16% -
HSV(B) 151.43º 0.69% 0.24% -
XYZ 2.34 3.64 2.68 -
YUV 46.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 19 61 41 0.69 0 0.33 0.76 151.43 0.53 0.16
Hex 13 3D 29 45 0 21 4C 97 34 10
Octal 23 75 51 105 0 41 114 227 64 20
Binary 10011 111101 101001 1000101 0 100001 1001100 10010111 110100 10000

Color Harmonies of #133D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D29

Black with #133D29

Text Example


Text Example

White with #133D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133D29; }

 p { color: rgb(19,61,41); }

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

background-color css

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

 a { background-color: rgb(19,61,41); }

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

border-color css

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

 span { border-color: rgb(19,61,41); }

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