Html Css Color HEX #17412A Zuccini

📋 copy color: '#17412A'

red 23 ◦ green 65 ◦ blue 42

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

Shades of Zuccini #17412A

Tints of Zuccini #17412A

RGB

 RED value IS 23 (9.38% from 255) = 17.69%

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

 BLUE value IS 42 (16.8% from 255) = 32.31%

R = 17.69%
G = 50%
B = 32.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#17412A (or 0x17412A) is known color: Zuccini. HEX triplet: 17, 41 and 2A. RGB value is (23,65,42). Sum of RGB (Red+Green+Blue) = 23+65+42=130 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.69% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #17412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17412A is #E8BED5. Grayscale: #313131. Windows color (decimal): -15253206 or 2769175. OLE color: 2769175.

HSL color Cylindrical-coordinate representation of color #17412A: hue angle of 147.14º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #17412A is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 65 42 -
CMYK 0.65 0 0.35 0.75
HSL 147.14º 0.48% 0.17% -
HSV(B) 147.14º 0.65% 0.25% -
XYZ 2.66 4.13 2.85 -
YUV 49.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 23 65 42 0.65 0 0.35 0.75 147.14 0.48 0.17
Hex 17 41 2A 41 0 23 4B 93 30 11
Octal 27 101 52 101 0 43 113 223 60 21
Binary 10111 1000001 101010 1000001 0 100011 1001011 10010011 110000 10001

Color Harmonies of #17412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17412A

Black with #17412A

Text Example


Text Example

White with #17412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17412A; }

 p { color: rgb(23,65,42); }

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

background-color css

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

 a { background-color: rgb(23,65,42); }

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

border-color css

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

 span { border-color: rgb(23,65,42); }

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