Html Css Color HEX #17402E Zuccini

📋 copy color: '#17402E'

red 23 ◦ green 64 ◦ blue 46

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

Shades of Zuccini #17402E

Tints of Zuccini #17402E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 34.59%

R = 17.29%
G = 48.12%
B = 34.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#17402E (or 0x17402E) is known color: Zuccini. HEX triplet: 17, 40 and 2E. RGB value is (23,64,46). Sum of RGB (Red+Green+Blue) = 23+64+46=133 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.29% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #17402E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17402E is #E8BFD1. Grayscale: #313131. Windows color (decimal): -15253458 or 3031063. OLE color: 3031063.

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

Color convert

RGB 23 64 46 -
CMYK 0.64 0 0.28 0.75
HSL 153.66º 0.47% 0.17% -
HSV(B) 153.66º 0.64% 0.25% -
XYZ 2.68 4.05 3.22 -
YUV 49.69 125.92 108.96 -
System Red Green Blue C M Y K H S L
Decimal 23 64 46 0.64 0 0.28 0.75 153.66 0.47 0.17
Hex 17 40 2E 40 0 1C 4B 9A 2F 11
Octal 27 100 56 100 0 34 113 232 57 21
Binary 10111 1000000 101110 1000000 0 11100 1001011 10011010 101111 10001

Color Harmonies of #17402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17402E

Black with #17402E

Text Example


Text Example

White with #17402E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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