Html Css Color HEX #174C28 Zuccini

📋 copy color: '#174C28'

red 23 ◦ green 76 ◦ blue 40

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

Shades of Zuccini #174C28

Tints of Zuccini #174C28

RGB

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

 GREEN value IS 76 (30.08% from 255) = 54.68%

 BLUE value IS 40 (16.02% from 255) = 28.78%

R = 16.55%
G = 54.68%
B = 28.78%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#174C28 (or 0x174C28) is known color: Zuccini. HEX triplet: 17, 4C and 28. RGB value is (23,76,40). Sum of RGB (Red+Green+Blue) = 23+76+40=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #174C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C28 is #E8B3D7. Grayscale: #383838. Windows color (decimal): -15250392 or 2640919. OLE color: 2640919.

HSL color Cylindrical-coordinate representation of color #174C28: hue angle of 139.25º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #174C28 is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 23 76 40 -
CMYK 0.70 0 0.47 0.70
HSL 139.25º 0.54% 0.19% -
HSV(B) 139.25º 0.7% 0.3% -
XYZ 3.32 5.5 2.89 -
YUV 56.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 23 76 40 0.70 0 0.47 0.70 139.25 0.54 0.19
Hex 17 4C 28 46 0 2F 46 8B 36 13
Octal 27 114 50 106 0 57 106 213 66 23
Binary 10111 1001100 101000 1000110 0 101111 1000110 10001011 110110 10011

Color Harmonies of #174C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174C28

Black with #174C28

Text Example


Text Example

White with #174C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174C28; }

 p { color: rgb(23,76,40); }

 H1.HeaderClassName
 {
   color: #174C28;
 }
 .AnyTagClassName
 {
   color: #174C28;
 }
</style>

background-color css

<style>
 a { background-color: #174C28; }

 a { background-color: rgb(23,76,40); }

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

border-color css

<style>
 span { border-color: #174C28; }

 span { border-color: rgb(23,76,40); }

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