Html Css Color HEX #133E2D Zuccini

📋 copy color: '#133E2D'

red 19 ◦ green 62 ◦ blue 45

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

Shades of Zuccini #133E2D

Tints of Zuccini #133E2D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 49.21%

 BLUE value IS 45 (17.97% from 255) = 35.71%

R = 15.08%
G = 49.21%
B = 35.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.76

RGB Variations

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

Color information

#133E2D (or 0x133E2D) is known color: Zuccini. HEX triplet: 13, 3E and 2D. RGB value is (19,62,45). Sum of RGB (Red+Green+Blue) = 19+62+45=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 62 (24.61% from 255 or 49.21% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 62 - color contains mainly: green. Hex color #133E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E2D is #ECC1D2. Grayscale: #2F2F2F. Windows color (decimal): -15516115 or 2965011. OLE color: 2965011.

HSL color Cylindrical-coordinate representation of color #133E2D: hue angle of 156.28º degrees, saturation: 0.53, 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 #133E2D is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 62 45 -
CMYK 0.69 0 0.27 0.76
HSL 156.28º 0.53% 0.16% -
HSV(B) 156.28º 0.69% 0.24% -
XYZ 2.46 3.77 3.08 -
YUV 47.21 126.75 107.88 -
System Red Green Blue C M Y K H S L
Decimal 19 62 45 0.69 0 0.27 0.76 156.28 0.53 0.16
Hex 13 3E 2D 45 0 1B 4C 9C 35 10
Octal 23 76 55 105 0 33 114 234 65 20
Binary 10011 111110 101101 1000101 0 11011 1001100 10011100 110101 10000

Color Harmonies of #133E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E2D

Black with #133E2D

Text Example


Text Example

White with #133E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,62,45); }

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

background-color css

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

 a { background-color: rgb(19,62,45); }

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

border-color css

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

 span { border-color: rgb(19,62,45); }

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