Html Css Color HEX #13422F Zuccini

📋 copy color: '#13422F'

red 19 ◦ green 66 ◦ blue 47

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

Shades of Zuccini #13422F

Tints of Zuccini #13422F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50%

 BLUE value IS 47 (18.75% from 255) = 35.61%

R = 14.39%
G = 50%
B = 35.61%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#13422F (or 0x13422F) is known color: Zuccini. HEX triplet: 13, 42 and 2F. RGB value is (19,66,47). Sum of RGB (Red+Green+Blue) = 19+66+47=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #13422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13422F is #ECBDD0. Grayscale: #313131. Windows color (decimal): -15515089 or 3097107. OLE color: 3097107.

HSL color Cylindrical-coordinate representation of color #13422F: hue angle of 155.74º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13422F is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 66 47 -
CMYK 0.71 0 0.29 0.74
HSL 155.74º 0.55% 0.17% -
HSV(B) 155.74º 0.71% 0.26% -
XYZ 2.73 4.24 3.36 -
YUV 49.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 19 66 47 0.71 0 0.29 0.74 155.74 0.55 0.17
Hex 13 42 2F 47 0 1D 4A 9C 37 11
Octal 23 102 57 107 0 35 112 234 67 21
Binary 10011 1000010 101111 1000111 0 11101 1001010 10011100 110111 10001

Color Harmonies of #13422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13422F

Black with #13422F

Text Example


Text Example

White with #13422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13422F; }

 p { color: rgb(19,66,47); }

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

background-color css

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

 a { background-color: rgb(19,66,47); }

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

border-color css

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

 span { border-color: rgb(19,66,47); }

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