Html Css Color HEX #17402C Zuccini

📋 copy color: '#17402C'

red 23 ◦ green 64 ◦ blue 44

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

Shades of Zuccini #17402C

Tints of Zuccini #17402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.85%

 BLUE value IS 44 (17.58% from 255) = 33.59%

R = 17.56%
G = 48.85%
B = 33.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#17402C (or 0x17402C) is known color: Zuccini. HEX triplet: 17, 40 and 2C. RGB value is (23,64,44). Sum of RGB (Red+Green+Blue) = 23+64+44=131 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.56% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #17402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17402C is #E8BFD3. Grayscale: #313131. Windows color (decimal): -15253460 or 2899991. OLE color: 2899991.

HSL color Cylindrical-coordinate representation of color #17402C: hue angle of 150.73º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #17402C is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 64 44 -
CMYK 0.64 0 0.31 0.75
HSL 150.73º 0.47% 0.17% -
HSV(B) 150.73º 0.64% 0.25% -
XYZ 2.64 4.03 3.02 -
YUV 49.46 124.92 109.13 -
System Red Green Blue C M Y K H S L
Decimal 23 64 44 0.64 0 0.31 0.75 150.73 0.47 0.17
Hex 17 40 2C 40 0 1F 4B 97 2F 11
Octal 27 100 54 100 0 37 113 227 57 21
Binary 10111 1000000 101100 1000000 0 11111 1001011 10010111 101111 10001

Color Harmonies of #17402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17402C

Black with #17402C

Text Example


Text Example

White with #17402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17402C; }

 p { color: rgb(23,64,44); }

 H1.HeaderClassName
 {
   color: #17402C;
 }
 .AnyTagClassName
 {
   color: #17402C;
 }
</style>

background-color css

<style>
 a { background-color: #17402C; }

 a { background-color: rgb(23,64,44); }

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

border-color css

<style>
 span { border-color: #17402C; }

 span { border-color: rgb(23,64,44); }

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