Html Css Color HEX #17412D Zuccini

📋 copy color: '#17412D'

red 23 ◦ green 65 ◦ blue 45

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

Shades of Zuccini #17412D

Tints of Zuccini #17412D

RGB

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

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

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

R = 17.29%
G = 48.87%
B = 33.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#17412D (or 0x17412D) is known color: Zuccini. HEX triplet: 17, 41 and 2D. RGB value is (23,65,45). Sum of RGB (Red+Green+Blue) = 23+65+45=133 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.29% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #17412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17412D is #E8BED2. Grayscale: #323232. Windows color (decimal): -15253203 or 2965783. OLE color: 2965783.

HSL color Cylindrical-coordinate representation of color #17412D: hue angle of 151.43º 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 #17412D is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 65 45 -
CMYK 0.65 0 0.31 0.75
HSL 151.43º 0.48% 0.17% -
HSV(B) 151.43º 0.65% 0.25% -
XYZ 2.72 4.15 3.14 -
YUV 50.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 23 65 45 0.65 0 0.31 0.75 151.43 0.48 0.17
Hex 17 41 2D 41 0 1F 4B 97 30 11
Octal 27 101 55 101 0 37 113 227 60 21
Binary 10111 1000001 101101 1000001 0 11111 1001011 10010111 110000 10001

Color Harmonies of #17412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17412D

Black with #17412D

Text Example


Text Example

White with #17412D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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