Html Css Color HEX #17412F Zuccini

📋 copy color: '#17412F'

red 23 ◦ green 65 ◦ blue 47

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

Shades of Zuccini #17412F

Tints of Zuccini #17412F

RGB

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

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

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

R = 17.04%
G = 48.15%
B = 34.81%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#17412F (or 0x17412F) is known color: Zuccini. HEX triplet: 17, 41 and 2F. RGB value is (23,65,47). Sum of RGB (Red+Green+Blue) = 23+65+47=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #17412F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17412F is #E8BED0. Grayscale: #323232. Windows color (decimal): -15253201 or 3096855. OLE color: 3096855.

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

Color convert

RGB 23 65 47 -
CMYK 0.65 0 0.28 0.75
HSL 154.29º 0.48% 0.17% -
HSV(B) 154.29º 0.65% 0.25% -
XYZ 2.76 4.17 3.35 -
YUV 50.39 126.09 108.46 -
System Red Green Blue C M Y K H S L
Decimal 23 65 47 0.65 0 0.28 0.75 154.29 0.48 0.17
Hex 17 41 2F 41 0 1C 4B 9A 30 11
Octal 27 101 57 101 0 34 113 232 60 21
Binary 10111 1000001 101111 1000001 0 11100 1001011 10011010 110000 10001

Color Harmonies of #17412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17412F

Black with #17412F

Text Example


Text Example

White with #17412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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